Html Css Color HEX #9FCE6B Olivine

📋 copy color: '#9FCE6B'

red 159 ◦ green 206 ◦ blue 107

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

Shades of Olivine #9FCE6B

Tints of Olivine #9FCE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 107 (42.19% from 255) = 22.67%

R = 33.69%
G = 43.64%
B = 22.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#9FCE6B (or 0x9FCE6B) is known color: Olivine. HEX triplet: 9F, CE and 6B. RGB value is (159,206,107). Sum of RGB (Red+Green+Blue) = 159+206+107=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE6B is #603194. Grayscale: #B5B5B5. Windows color (decimal): -6304149 or 7065247. OLE color: 7065247.

HSL color Cylindrical-coordinate representation of color #9FCE6B: hue angle of 88.48º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FCE6B is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 107 -
CMYK 0.23 0 0.48 0.19
HSL 88.48º 0.5% 0.61% -
HSV(B) 88.48º 0.48% 0.81% -
XYZ 39.02 52.58 22 -
YUV 180.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 159 206 107 0.23 0 0.48 0.19 88.48 0.5 0.61
Hex 9F CE 6B 17 0 30 13 58 32 3D
Octal 237 316 153 27 0 60 23 130 62 75
Binary 10011111 11001110 1101011 10111 0 110000 10011 1011000 110010 111101

Color Harmonies of #9FCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE6B

Black with #9FCE6B

Text Example


Text Example

White with #9FCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,107); }

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

background-color css

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

 a { background-color: rgb(159,206,107); }

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

border-color css

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

 span { border-color: rgb(159,206,107); }

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