Html Css Color HEX #9FC07D Olivine

📋 copy color: '#9FC07D'

red 159 ◦ green 192 ◦ blue 125

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

Shades of Olivine #9FC07D

Tints of Olivine #9FC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 33.4%
G = 40.34%
B = 26.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9FC07D (or 0x9FC07D) is known color: Olivine. HEX triplet: 9F, C0 and 7D. RGB value is (159,192,125). Sum of RGB (Red+Green+Blue) = 159+192+125=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC07D is #603F82. Grayscale: #AEAEAE. Windows color (decimal): -6307715 or 8241311. OLE color: 8241311.

HSL color Cylindrical-coordinate representation of color #9FC07D: hue angle of 89.55º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC07D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 125 -
CMYK 0.17 0 0.35 0.25
HSL 89.55º 0.35% 0.62% -
HSV(B) 89.55º 0.35% 0.75% -
XYZ 36.85 46.55 26.45 -
YUV 174.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 159 192 125 0.17 0 0.35 0.25 89.55 0.35 0.62
Hex 9F C0 7D 11 0 23 19 5A 23 3E
Octal 237 300 175 21 0 43 31 132 43 76
Binary 10011111 11000000 1111101 10001 0 100011 11001 1011010 100011 111110

Color Harmonies of #9FC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC07D

Black with #9FC07D

Text Example


Text Example

White with #9FC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,125); }

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

background-color css

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

 a { background-color: rgb(159,192,125); }

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

border-color css

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

 span { border-color: rgb(159,192,125); }

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