Html Css Color HEX #96C14F Atlantis

📋 copy color: '#96C14F'

red 150 ◦ green 193 ◦ blue 79

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

Shades of Atlantis #96C14F

Tints of Atlantis #96C14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.73%

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 35.55%
G = 45.73%
B = 18.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#96C14F (or 0x96C14F) is known color: Atlantis. HEX triplet: 96, C1 and 4F. RGB value is (150,193,79). Sum of RGB (Red+Green+Blue) = 150+193+79=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #96C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C14F is #693EB0. Grayscale: #A7A7A7. Windows color (decimal): -6897329 or 5226902. OLE color: 5226902.

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

Color convert

RGB 150 193 79 -
CMYK 0.22 0 0.59 0.24
HSL 82.63º 0.48% 0.53% -
HSV(B) 82.63º 0.59% 0.76% -
XYZ 33.06 45.19 14.38 -
YUV 167.15 78.25 115.77 -
System Red Green Blue C M Y K H S L
Decimal 150 193 79 0.22 0 0.59 0.24 82.63 0.48 0.53
Hex 96 C1 4F 16 0 3B 18 53 30 35
Octal 226 301 117 26 0 73 30 123 60 65
Binary 10010110 11000001 1001111 10110 0 111011 11000 1010011 110000 110101

Color Harmonies of #96C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C14F

Black with #96C14F

Text Example


Text Example

White with #96C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,79); }

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

background-color css

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

 a { background-color: rgb(150,193,79); }

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

border-color css

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

 span { border-color: rgb(150,193,79); }

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