Html Css Color HEX #9FC65D Olivine

📋 copy color: '#9FC65D'

red 159 ◦ green 198 ◦ blue 93

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

Shades of Olivine #9FC65D

Tints of Olivine #9FC65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 35.33%
G = 44%
B = 20.67%

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

#9FC65D (or 0x9FC65D) is known color: Olivine. HEX triplet: 9F, C6 and 5D. RGB value is (159,198,93). Sum of RGB (Red+Green+Blue) = 159+198+93=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC65D is #6039A2. Grayscale: #AEAEAE. Windows color (decimal): -6306211 or 6145695. OLE color: 6145695.

HSL color Cylindrical-coordinate representation of color #9FC65D: hue angle of 82.29º 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 #9FC65D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 198 93 -
CMYK 0.20 0 0.53 0.22
HSL 82.29º 0.48% 0.57% -
HSV(B) 82.29º 0.53% 0.78% -
XYZ 36.47 48.55 17.8 -
YUV 174.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 159 198 93 0.20 0 0.53 0.22 82.29 0.48 0.57
Hex 9F C6 5D 14 0 35 16 52 30 39
Octal 237 306 135 24 0 65 26 122 60 71
Binary 10011111 11000110 1011101 10100 0 110101 10110 1010010 110000 111001

Color Harmonies of #9FC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC65D

Black with #9FC65D

Text Example


Text Example

White with #9FC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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