Html Css Color HEX #96C74A Atlantis

📋 copy color: '#96C74A'

red 150 ◦ green 199 ◦ blue 74

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

Shades of Atlantis #96C74A

Tints of Atlantis #96C74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 35.46%
G = 47.04%
B = 17.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#96C74A (or 0x96C74A) is known color: Atlantis. HEX triplet: 96, C7 and 4A. RGB value is (150,199,74). Sum of RGB (Red+Green+Blue) = 150+199+74=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #96C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C74A is #6938B5. Grayscale: #AAAAAA. Windows color (decimal): -6895798 or 4900758. OLE color: 4900758.

HSL color Cylindrical-coordinate representation of color #96C74A: hue angle of 83.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96C74A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 74 -
CMYK 0.25 0 0.63 0.22
HSL 83.52º 0.53% 0.54% -
HSV(B) 83.52º 0.63% 0.78% -
XYZ 34.24 47.83 13.91 -
YUV 170.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 150 199 74 0.25 0 0.63 0.22 83.52 0.53 0.54
Hex 96 C7 4A 19 0 3F 16 54 35 36
Octal 226 307 112 31 0 77 26 124 65 66
Binary 10010110 11000111 1001010 11001 0 111111 10110 1010100 110101 110110

Color Harmonies of #96C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C74A

Black with #96C74A

Text Example


Text Example

White with #96C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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