Html Css Color HEX #96C24A Atlantis

📋 copy color: '#96C24A'

red 150 ◦ green 194 ◦ blue 74

#96C24A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96C24A

Tints of Atlantis #96C24A

RGB

 RED value IS 150 (58.98% from 255) = 35.89%

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 35.89%
G = 46.41%
B = 17.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#96C24A (or 0x96C24A) is known color: Atlantis. HEX triplet: 96, C2 and 4A. RGB value is (150,194,74). Sum of RGB (Red+Green+Blue) = 150+194+74=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #96C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C24A is #693DB5. Grayscale: #A7A7A7. Windows color (decimal): -6897078 or 4899478. OLE color: 4899478.

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

Color convert

RGB 150 194 74 -
CMYK 0.23 0 0.62 0.24
HSL 82º 0.5% 0.53% -
HSV(B) 82º 0.62% 0.76% -
XYZ 33.11 45.56 13.53 -
YUV 167.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 150 194 74 0.23 0 0.62 0.24 82 0.5 0.53
Hex 96 C2 4A 17 0 3E 18 52 32 35
Octal 226 302 112 27 0 76 30 122 62 65
Binary 10010110 11000010 1001010 10111 0 111110 11000 1010010 110010 110101

Color Harmonies of #96C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C24A

Black with #96C24A

Text Example


Text Example

White with #96C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C24A; }

 p { color: rgb(150,194,74); }

 H1.HeaderClassName
 {
   color: #96C24A;
 }
 .AnyTagClassName
 {
   color: #96C24A;
 }
</style>

background-color css

<style>
 a { background-color: #96C24A; }

 a { background-color: rgb(150,194,74); }

 div.DivClassName
 {
   background-color: #96C24A;
 }
 .BgClassName
 {
   background-color: #96C24A;
 }
</style>

border-color css

<style>
 span { border-color: #96C24A; }

 span { border-color: rgb(150,194,74); }

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