Html Css Color HEX #96C64B Atlantis

📋 copy color: '#96C64B'

red 150 ◦ green 198 ◦ blue 75

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

Shades of Atlantis #96C64B

Tints of Atlantis #96C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.81%

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 35.46%
G = 46.81%
B = 17.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#96C64B (or 0x96C64B) is known color: Atlantis. HEX triplet: 96, C6 and 4B. RGB value is (150,198,75). Sum of RGB (Red+Green+Blue) = 150+198+75=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #96C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C64B is #6939B4. Grayscale: #AAAAAA. Windows color (decimal): -6896053 or 4966038. OLE color: 4966038.

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

Color convert

RGB 150 198 75 -
CMYK 0.24 0 0.62 0.22
HSL 83.41º 0.52% 0.54% -
HSV(B) 83.41º 0.62% 0.78% -
XYZ 34.04 47.38 14.01 -
YUV 169.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 150 198 75 0.24 0 0.62 0.22 83.41 0.52 0.54
Hex 96 C6 4B 18 0 3E 16 53 34 36
Octal 226 306 113 30 0 76 26 123 64 66
Binary 10010110 11000110 1001011 11000 0 111110 10110 1010011 110100 110110

Color Harmonies of #96C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C64B

Black with #96C64B

Text Example


Text Example

White with #96C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,75); }

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

background-color css

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

 a { background-color: rgb(150,198,75); }

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

border-color css

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

 span { border-color: rgb(150,198,75); }

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