Html Css Color HEX #9FCC5F Olivine

📋 copy color: '#9FCC5F'

red 159 ◦ green 204 ◦ blue 95

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

Shades of Olivine #9FCC5F

Tints of Olivine #9FCC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 34.72%
G = 44.54%
B = 20.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#9FCC5F (or 0x9FCC5F) is known color: Olivine. HEX triplet: 9F, CC and 5F. RGB value is (159,204,95). Sum of RGB (Red+Green+Blue) = 159+204+95=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC5F is #6033A0. Grayscale: #B2B2B2. Windows color (decimal): -6304673 or 6278303. OLE color: 6278303.

HSL color Cylindrical-coordinate representation of color #9FCC5F: hue angle of 84.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FCC5F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 95 -
CMYK 0.22 0 0.53 0.2
HSL 84.77º 0.52% 0.59% -
HSV(B) 84.77º 0.53% 0.8% -
XYZ 37.96 51.38 18.74 -
YUV 178.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 159 204 95 0.22 0 0.53 0.2 84.77 0.52 0.59
Hex 9F CC 5F 16 0 35 14 55 34 3B
Octal 237 314 137 26 0 65 24 125 64 73
Binary 10011111 11001100 1011111 10110 0 110101 10100 1010101 110100 111011

Color Harmonies of #9FCC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC5F

Black with #9FCC5F

Text Example


Text Example

White with #9FCC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,95); }

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

background-color css

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

 a { background-color: rgb(159,204,95); }

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

border-color css

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

 span { border-color: rgb(159,204,95); }

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