Html Css Color HEX #96C44C Atlantis

📋 copy color: '#96C44C'

red 150 ◦ green 196 ◦ blue 76

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

Shades of Atlantis #96C44C

Tints of Atlantis #96C44C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 35.55%
G = 46.45%
B = 18.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#96C44C (or 0x96C44C) is known color: Atlantis. HEX triplet: 96, C4 and 4C. RGB value is (150,196,76). Sum of RGB (Red+Green+Blue) = 150+196+76=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #96C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C44C is #693BB3. Grayscale: #A9A9A9. Windows color (decimal): -6896564 or 5031062. OLE color: 5031062.

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

Color convert

RGB 150 196 76 -
CMYK 0.23 0 0.61 0.23
HSL 83º 0.5% 0.53% -
HSV(B) 83º 0.61% 0.77% -
XYZ 33.62 46.49 14.04 -
YUV 168.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 150 196 76 0.23 0 0.61 0.23 83 0.5 0.53
Hex 96 C4 4C 17 0 3D 17 53 32 35
Octal 226 304 114 27 0 75 27 123 62 65
Binary 10010110 11000100 1001100 10111 0 111101 10111 1010011 110010 110101

Color Harmonies of #96C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C44C

Black with #96C44C

Text Example


Text Example

White with #96C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,76); }

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

background-color css

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

 a { background-color: rgb(150,196,76); }

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

border-color css

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

 span { border-color: rgb(150,196,76); }

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