Html Css Color HEX #9FD066 Olivine

📋 copy color: '#9FD066'

red 159 ◦ green 208 ◦ blue 102

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

Shades of Olivine #9FD066

Tints of Olivine #9FD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 33.9%
G = 44.35%
B = 21.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#9FD066 (or 0x9FD066) is known color: Olivine. HEX triplet: 9F, D0 and 66. RGB value is (159,208,102). Sum of RGB (Red+Green+Blue) = 159+208+102=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD066 is #602F99. Grayscale: #B5B5B5. Windows color (decimal): -6303642 or 6738079. OLE color: 6738079.

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

Color convert

RGB 159 208 102 -
CMYK 0.24 0 0.51 0.18
HSL 87.74º 0.53% 0.61% -
HSV(B) 87.74º 0.51% 0.82% -
XYZ 39.25 53.44 20.82 -
YUV 181.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 159 208 102 0.24 0 0.51 0.18 87.74 0.53 0.61
Hex 9F D0 66 18 0 33 12 58 35 3D
Octal 237 320 146 30 0 63 22 130 65 75
Binary 10011111 11010000 1100110 11000 0 110011 10010 1011000 110101 111101

Color Harmonies of #9FD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD066

Black with #9FD066

Text Example


Text Example

White with #9FD066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,102); }

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

background-color css

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

 a { background-color: rgb(159,208,102); }

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

border-color css

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

 span { border-color: rgb(159,208,102); }

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