Html Css Color HEX #96D940 Atlantis

📋 copy color: '#96D940'

red 150 ◦ green 217 ◦ blue 64

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

Shades of Atlantis #96D940

Tints of Atlantis #96D940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.35%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 34.8%
G = 50.35%
B = 14.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#96D940 (or 0x96D940) is known color: Atlantis. HEX triplet: 96, D9 and 40. RGB value is (150,217,64). Sum of RGB (Red+Green+Blue) = 150+217+64=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #96D940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D940 is #6926BF. Grayscale: #B4B4B4. Windows color (decimal): -6891200 or 4250006. OLE color: 4250006.

HSL color Cylindrical-coordinate representation of color #96D940: hue angle of 86.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96D940 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 64 -
CMYK 0.31 0 0.71 0.15
HSL 86.27º 0.67% 0.55% -
HSV(B) 86.27º 0.71% 0.85% -
XYZ 38.32 56.48 13.73 -
YUV 179.53 62.8 106.94 -
System Red Green Blue C M Y K H S L
Decimal 150 217 64 0.31 0 0.71 0.15 86.27 0.67 0.55
Hex 96 D9 40 1F 0 47 F 56 43 37
Octal 226 331 100 37 0 107 17 126 103 67
Binary 10010110 11011001 1000000 11111 0 1000111 1111 1010110 1000011 110111

Color Harmonies of #96D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D940

Black with #96D940

Text Example


Text Example

White with #96D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,64); }

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

background-color css

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

 a { background-color: rgb(150,217,64); }

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

border-color css

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

 span { border-color: rgb(150,217,64); }

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