Html Css Color HEX #9FC65E Olivine

📋 copy color: '#9FC65E'

red 159 ◦ green 198 ◦ blue 94

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

Shades of Olivine #9FC65E

Tints of Olivine #9FC65E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 35.25%
G = 43.9%
B = 20.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#9FC65E (or 0x9FC65E) is known color: Olivine. HEX triplet: 9F, C6 and 5E. RGB value is (159,198,94). Sum of RGB (Red+Green+Blue) = 159+198+94=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC65E is #6039A1. Grayscale: #AEAEAE. Windows color (decimal): -6306210 or 6211231. OLE color: 6211231.

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

Color convert

RGB 159 198 94 -
CMYK 0.20 0 0.53 0.22
HSL 82.5º 0.48% 0.57% -
HSV(B) 82.5º 0.53% 0.78% -
XYZ 36.51 48.57 18.04 -
YUV 174.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 159 198 94 0.20 0 0.53 0.22 82.5 0.48 0.57
Hex 9F C6 5E 14 0 35 16 52 30 39
Octal 237 306 136 24 0 65 26 122 60 71
Binary 10011111 11000110 1011110 10100 0 110101 10110 1010010 110000 111001

Color Harmonies of #9FC65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC65E

Black with #9FC65E

Text Example


Text Example

White with #9FC65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,198,94); }

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

background-color css

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

 a { background-color: rgb(159,198,94); }

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

border-color css

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

 span { border-color: rgb(159,198,94); }

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