Html Css Color HEX #9FC96D Olivine

📋 copy color: '#9FC96D'

red 159 ◦ green 201 ◦ blue 109

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

Shades of Olivine #9FC96D

Tints of Olivine #9FC96D

RGB

 RED value IS 159 (62.5% from 255) = 33.9%

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 33.9%
G = 42.86%
B = 23.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#9FC96D (or 0x9FC96D) is known color: Olivine. HEX triplet: 9F, C9 and 6D. RGB value is (159,201,109). Sum of RGB (Red+Green+Blue) = 159+201+109=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC96D is #603692. Grayscale: #B2B2B2. Windows color (decimal): -6305427 or 7195039. OLE color: 7195039.

HSL color Cylindrical-coordinate representation of color #9FC96D: hue angle of 87.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC96D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 109 -
CMYK 0.21 0 0.46 0.21
HSL 87.39º 0.46% 0.61% -
HSV(B) 87.39º 0.46% 0.79% -
XYZ 37.95 50.25 22.17 -
YUV 177.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 159 201 109 0.21 0 0.46 0.21 87.39 0.46 0.61
Hex 9F C9 6D 15 0 2E 15 57 2E 3D
Octal 237 311 155 25 0 56 25 127 56 75
Binary 10011111 11001001 1101101 10101 0 101110 10101 1010111 101110 111101

Color Harmonies of #9FC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC96D

Black with #9FC96D

Text Example


Text Example

White with #9FC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FC96D; }

 p { color: rgb(159,201,109); }

 H1.HeaderClassName
 {
   color: #9FC96D;
 }
 .AnyTagClassName
 {
   color: #9FC96D;
 }
</style>

background-color css

<style>
 a { background-color: #9FC96D; }

 a { background-color: rgb(159,201,109); }

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

border-color css

<style>
 span { border-color: #9FC96D; }

 span { border-color: rgb(159,201,109); }

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