Html Css Color HEX #9FCD70 Olivine

📋 copy color: '#9FCD70'

red 159 ◦ green 205 ◦ blue 112

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

Shades of Olivine #9FCD70

Tints of Olivine #9FCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 33.4%
G = 43.07%
B = 23.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#9FCD70 (or 0x9FCD70) is known color: Olivine. HEX triplet: 9F, CD and 70. RGB value is (159,205,112). Sum of RGB (Red+Green+Blue) = 159+205+112=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD70 is #60328F. Grayscale: #B4B4B4. Windows color (decimal): -6304400 or 7392671. OLE color: 7392671.

HSL color Cylindrical-coordinate representation of color #9FCD70: hue angle of 89.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FCD70 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 112 -
CMYK 0.22 0 0.45 0.20
HSL 89.68º 0.48% 0.62% -
HSV(B) 89.68º 0.45% 0.8% -
XYZ 39.05 52.2 23.35 -
YUV 180.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 159 205 112 0.22 0 0.45 0.20 89.68 0.48 0.62
Hex 9F CD 70 16 0 2D 14 5A 30 3E
Octal 237 315 160 26 0 55 24 132 60 76
Binary 10011111 11001101 1110000 10110 0 101101 10100 1011010 110000 111110

Color Harmonies of #9FCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD70

Black with #9FCD70

Text Example


Text Example

White with #9FCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,112); }

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

background-color css

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

 a { background-color: rgb(159,205,112); }

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

border-color css

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

 span { border-color: rgb(159,205,112); }

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