Html Css Color HEX #96D84A Atlantis

📋 copy color: '#96D84A'

red 150 ◦ green 216 ◦ blue 74

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

Shades of Atlantis #96D84A

Tints of Atlantis #96D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

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

R = 34.09%
G = 49.09%
B = 16.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#96D84A (or 0x96D84A) is known color: Atlantis. HEX triplet: 96, D8 and 4A. RGB value is (150,216,74). Sum of RGB (Red+Green+Blue) = 150+216+74=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #96D84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D84A is #6927B5. Grayscale: #B4B4B4. Windows color (decimal): -6891446 or 4905110. OLE color: 4905110.

HSL color Cylindrical-coordinate representation of color #96D84A: hue angle of 87.89º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96D84A is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 74 -
CMYK 0.31 0 0.66 0.15
HSL 87.89º 0.65% 0.57% -
HSV(B) 87.89º 0.66% 0.85% -
XYZ 38.37 56.09 15.28 -
YUV 180.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 150 216 74 0.31 0 0.66 0.15 87.89 0.65 0.57
Hex 96 D8 4A 1F 0 42 F 58 41 39
Octal 226 330 112 37 0 102 17 130 101 71
Binary 10010110 11011000 1001010 11111 0 1000010 1111 1011000 1000001 111001

Color Harmonies of #96D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D84A

Black with #96D84A

Text Example


Text Example

White with #96D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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