#95C24C

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

Shades of Atlantis #95C24C

Tints of Atlantis #95C24C

Color information

#95C24C (or 0x95C24C) is unknown color: approx Atlantis. HEX triplet: 95, C2 and 4C. RGB value is (149,194,76). Sum of RGB (Red+Green+Blue) = 149+194+76=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #95C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C24C is #6A3DB3. Grayscale: #A7A7A7. Windows color (decimal): -6962612 or 5030549. OLE color: 5030549.

HSL color Cylindrical-coordinate representation of color #95C24C: hue angle of 82.88º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95C24C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB14919476-
CMYK0.2300.610.24
HSL82.88º49.17%52.94%-
HSV(B)82.88º60.82%76.08%-
XYZ32.9945.4913.88-
YUV167.0976.59115.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=35.56%
G=46.30%
B=18.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149194760.2300.610.2482.8849.1752.94
Hex95C24C1703D18533135
Octal22530211427075301236165
Binary10010101110000101001100101110111101110001010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,194,76); }

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

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

 a { background-color: rgb(149,194,76); }

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

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

 span { border-color: rgb(149,194,76); }

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