Html Css Color HEX #96C04A Atlantis

📋 copy color: '#96C04A'

red 150 ◦ green 192 ◦ blue 74

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

Shades of Atlantis #96C04A

Tints of Atlantis #96C04A

RGB

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

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

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

R = 36.06%
G = 46.15%
B = 17.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#96C04A (or 0x96C04A) is known color: Atlantis. HEX triplet: 96, C0 and 4A. RGB value is (150,192,74). Sum of RGB (Red+Green+Blue) = 150+192+74=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #96C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C04A is #693FB5. Grayscale: #A6A6A6. Windows color (decimal): -6897590 or 4898966. OLE color: 4898966.

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

Color convert

RGB 150 192 74 -
CMYK 0.22 0 0.61 0.25
HSL 81.36º 0.48% 0.52% -
HSV(B) 81.36º 0.61% 0.75% -
XYZ 32.66 44.68 13.38 -
YUV 165.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 150 192 74 0.22 0 0.61 0.25 81.36 0.48 0.52
Hex 96 C0 4A 16 0 3D 19 51 30 34
Octal 226 300 112 26 0 75 31 121 60 64
Binary 10010110 11000000 1001010 10110 0 111101 11001 1010001 110000 110100

Color Harmonies of #96C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C04A

Black with #96C04A

Text Example


Text Example

White with #96C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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