Html Css Color HEX #96C04D Atlantis

📋 copy color: '#96C04D'

red 150 ◦ green 192 ◦ blue 77

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

Shades of Atlantis #96C04D

Tints of Atlantis #96C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 35.8%
G = 45.82%
B = 18.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#96C04D (or 0x96C04D) is known color: Atlantis. HEX triplet: 96, C0 and 4D. RGB value is (150,192,77). Sum of RGB (Red+Green+Blue) = 150+192+77=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #96C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C04D is #693FB2. Grayscale: #A6A6A6. Windows color (decimal): -6897587 or 5095574. OLE color: 5095574.

HSL color Cylindrical-coordinate representation of color #96C04D: hue angle of 81.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C04D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 77 -
CMYK 0.22 0 0.60 0.25
HSL 81.91º 0.48% 0.53% -
HSV(B) 81.91º 0.6% 0.75% -
XYZ 32.77 44.72 13.93 -
YUV 166.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 150 192 77 0.22 0 0.60 0.25 81.91 0.48 0.53
Hex 96 C0 4D 16 0 3C 19 52 30 35
Octal 226 300 115 26 0 74 31 122 60 65
Binary 10010110 11000000 1001101 10110 0 111100 11001 1010010 110000 110101

Color Harmonies of #96C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C04D

Black with #96C04D

Text Example


Text Example

White with #96C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,77); }

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

background-color css

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

 a { background-color: rgb(150,192,77); }

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

border-color css

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

 span { border-color: rgb(150,192,77); }

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