Html Css Color HEX #96C644 Atlantis

📋 copy color: '#96C644'

red 150 ◦ green 198 ◦ blue 68

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

Shades of Atlantis #96C644

Tints of Atlantis #96C644

RGB

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

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

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

R = 36.06%
G = 47.6%
B = 16.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#96C644 (or 0x96C644) is known color: Atlantis. HEX triplet: 96, C6 and 44. RGB value is (150,198,68). Sum of RGB (Red+Green+Blue) = 150+198+68=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #96C644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C644 is #6939BB. Grayscale: #A9A9A9. Windows color (decimal): -6896060 or 4507286. OLE color: 4507286.

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

Color convert

RGB 150 198 68 -
CMYK 0.24 0 0.66 0.22
HSL 82.15º 0.53% 0.52% -
HSV(B) 82.15º 0.66% 0.78% -
XYZ 33.82 47.29 12.81 -
YUV 168.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 150 198 68 0.24 0 0.66 0.22 82.15 0.53 0.52
Hex 96 C6 44 18 0 42 16 52 35 34
Octal 226 306 104 30 0 102 26 122 65 64
Binary 10010110 11000110 1000100 11000 0 1000010 10110 1010010 110101 110100

Color Harmonies of #96C644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C644

Black with #96C644

Text Example


Text Example

White with #96C644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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