Html Css Color HEX #9FD16D Olivine

📋 copy color: '#9FD16D'

red 159 ◦ green 209 ◦ blue 109

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

Shades of Olivine #9FD16D

Tints of Olivine #9FD16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 33.33%
G = 43.82%
B = 22.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#9FD16D (or 0x9FD16D) is known color: Olivine. HEX triplet: 9F, D1 and 6D. RGB value is (159,209,109). Sum of RGB (Red+Green+Blue) = 159+209+109=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD16D is #602E92. Grayscale: #B7B7B7. Windows color (decimal): -6303379 or 7197087. OLE color: 7197087.

HSL color Cylindrical-coordinate representation of color #9FD16D: hue angle of 90º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FD16D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 209 109 -
CMYK 0.24 0 0.48 0.18
HSL 90º 0.52% 0.62% -
HSV(B) 90º 0.48% 0.82% -
XYZ 39.86 54.08 22.8 -
YUV 182.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 159 209 109 0.24 0 0.48 0.18 90 0.52 0.62
Hex 9F D1 6D 18 0 30 12 5A 34 3E
Octal 237 321 155 30 0 60 22 132 64 76
Binary 10011111 11010001 1101101 11000 0 110000 10010 1011010 110100 111110

Color Harmonies of #9FD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD16D

Black with #9FD16D

Text Example


Text Example

White with #9FD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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