Html Css Color HEX #96D047 Atlantis

📋 copy color: '#96D047'

red 150 ◦ green 208 ◦ blue 71

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

Shades of Atlantis #96D047

Tints of Atlantis #96D047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

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

R = 34.97%
G = 48.48%
B = 16.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#96D047 (or 0x96D047) is known color: Atlantis. HEX triplet: 96, D0 and 47. RGB value is (150,208,71). Sum of RGB (Red+Green+Blue) = 150+208+71=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #96D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D047 is #692FB8. Grayscale: #AFAFAF. Windows color (decimal): -6893497 or 4706454. OLE color: 4706454.

HSL color Cylindrical-coordinate representation of color #96D047: hue angle of 85.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96D047 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 71 -
CMYK 0.28 0 0.66 0.18
HSL 85.4º 0.59% 0.55% -
HSV(B) 85.4º 0.66% 0.82% -
XYZ 36.27 52.05 14.1 -
YUV 175.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 150 208 71 0.28 0 0.66 0.18 85.4 0.59 0.55
Hex 96 D0 47 1C 0 42 12 55 3B 37
Octal 226 320 107 34 0 102 22 125 73 67
Binary 10010110 11010000 1000111 11100 0 1000010 10010 1010101 111011 110111

Color Harmonies of #96D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D047

Black with #96D047

Text Example


Text Example

White with #96D047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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