Html Css Color HEX #96CC47 Atlantis

📋 copy color: '#96CC47'

red 150 ◦ green 204 ◦ blue 71

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

Shades of Atlantis #96CC47

Tints of Atlantis #96CC47

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 71 (28.13% from 255) = 16.71%

R = 35.29%
G = 48%
B = 16.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#96CC47 (or 0x96CC47) is known color: Atlantis. HEX triplet: 96, CC and 47. RGB value is (150,204,71). Sum of RGB (Red+Green+Blue) = 150+204+71=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC47 is #6933B8. Grayscale: #ADADAD. Windows color (decimal): -6894521 or 4705430. OLE color: 4705430.

HSL color Cylindrical-coordinate representation of color #96CC47: hue angle of 84.36º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96CC47 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 71 -
CMYK 0.26 0 0.65 0.2
HSL 84.36º 0.57% 0.54% -
HSV(B) 84.36º 0.65% 0.8% -
XYZ 35.31 50.12 13.78 -
YUV 172.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 150 204 71 0.26 0 0.65 0.2 84.36 0.57 0.54
Hex 96 CC 47 1A 0 41 14 54 39 36
Octal 226 314 107 32 0 101 24 124 71 66
Binary 10010110 11001100 1000111 11010 0 1000001 10100 1010100 111001 110110

Color Harmonies of #96CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC47

Black with #96CC47

Text Example


Text Example

White with #96CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,71); }

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

background-color css

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

 a { background-color: rgb(150,204,71); }

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

border-color css

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

 span { border-color: rgb(150,204,71); }

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