#95CB3A

Color #95CB3A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95CB3A

Tints of Atlantis #95CB3A

Color information

#95CB3A (or 0x95CB3A) is unknown color: approx Atlantis. HEX triplet: 95, CB and 3A. RGB value is (149,203,58). Sum of RGB (Red+Green+Blue) = 149+203+58=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CB3A is #6A34C5. Grayscale: #AAAAAA. Windows color (decimal): -6960326 or 3853205. OLE color: 3853205.

HSL color Cylindrical-coordinate representation of color #95CB3A: hue angle of 82.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95CB3A is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB14920358-
CMYK0.2700.710.20
HSL82.34º58.23%51.18%-
HSV(B)82.34º71.43%79.61%-
XYZ34.5149.4111.72-
YUV170.3264.61112.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 58 (23.05% from 255) = 14.15%
R=36.34%
G=49.51%
B=14.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149203580.2700.710.2082.3458.2351.18
Hex95CB3A1B04714523a33
Octal22531372330107241227263
Binary10010101110010111110101101101000111101001010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CB3A; }

 p { color: rgb(149,203,58); }

 H1.HeaderClassName
 {
   color: #95CB3A;
 }
 .AnyTagClassName
 {
   color: #95CB3A;
 }
</style>
background-color css

<style>
 a { background-color: #95CB3A; }

 a { background-color: rgb(149,203,58); }

 div.DivClassName
 {
   background-color: #95CB3A;
 }
 .BgClassName
 {
   background-color: #95CB3A;
 }
</style>
border-color css

<style>
 span { border-color: #95CB3A; }

 span { border-color: rgb(149,203,58); }

 td.TdClassName
 {
   border-color: #95CB3A;
 }
 .TagClassName
 {
   border-color: #95CB3A;
 }
</style>