Html Css Color HEX #9FC272 Olivine

📋 copy color: '#9FC272'

red 159 ◦ green 194 ◦ blue 114

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

Shades of Olivine #9FC272

Tints of Olivine #9FC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 34.05%
G = 41.54%
B = 24.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#9FC272 (or 0x9FC272) is known color: Olivine. HEX triplet: 9F, C2 and 72. RGB value is (159,194,114). Sum of RGB (Red+Green+Blue) = 159+194+114=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC272 is #603D8D. Grayscale: #AEAEAE. Windows color (decimal): -6307214 or 7520927. OLE color: 7520927.

HSL color Cylindrical-coordinate representation of color #9FC272: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FC272 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 194 114 -
CMYK 0.18 0 0.41 0.24
HSL 86.25º 0.4% 0.6% -
HSV(B) 86.25º 0.41% 0.76% -
XYZ 36.63 47.17 23.09 -
YUV 174.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 159 194 114 0.18 0 0.41 0.24 86.25 0.4 0.6
Hex 9F C2 72 12 0 29 18 56 28 3C
Octal 237 302 162 22 0 51 30 126 50 74
Binary 10011111 11000010 1110010 10010 0 101001 11000 1010110 101000 111100

Color Harmonies of #9FC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC272

Black with #9FC272

Text Example


Text Example

White with #9FC272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,114); }

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

background-color css

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

 a { background-color: rgb(159,194,114); }

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

border-color css

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

 span { border-color: rgb(159,194,114); }

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