Html Css Color HEX #96C844 Atlantis

📋 copy color: '#96C844'

red 150 ◦ green 200 ◦ blue 68

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

Shades of Atlantis #96C844

Tints of Atlantis #96C844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.85%

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 35.89%
G = 47.85%
B = 16.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#96C844 (or 0x96C844) is known color: Atlantis. HEX triplet: 96, C8 and 44. RGB value is (150,200,68). Sum of RGB (Red+Green+Blue) = 150+200+68=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #96C844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C844 is #6937BB. Grayscale: #AAAAAA. Windows color (decimal): -6895548 or 4507798. OLE color: 4507798.

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

Color convert

RGB 150 200 68 -
CMYK 0.25 0 0.66 0.22
HSL 82.73º 0.55% 0.53% -
HSV(B) 82.73º 0.66% 0.78% -
XYZ 34.28 48.21 12.97 -
YUV 170 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 150 200 68 0.25 0 0.66 0.22 82.73 0.55 0.53
Hex 96 C8 44 19 0 42 16 53 37 35
Octal 226 310 104 31 0 102 26 123 67 65
Binary 10010110 11001000 1000100 11001 0 1000010 10110 1010011 110111 110101

Color Harmonies of #96C844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C844

Black with #96C844

Text Example


Text Example

White with #96C844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,68); }

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

background-color css

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

 a { background-color: rgb(150,200,68); }

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

border-color css

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

 span { border-color: rgb(150,200,68); }

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