#9EB80F

Color #9EB80F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9EB80F

Tints of Citrus #9EB80F

Color information

#9EB80F (or 0x9EB80F) is unknown color: approx Citrus. HEX triplet: 9E, B8 and 0F. RGB value is (158,184,15). Sum of RGB (Red+Green+Blue) = 158+184+15=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB80F is #6147F0. Grayscale: #9D9D9D. Windows color (decimal): -6375409 or 1030302. OLE color: 1030302.

HSL color Cylindrical-coordinate representation of color #9EB80F: hue angle of 69.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EB80F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB15818415-
CMYK0.1400.920.28
HSL69.23º84.92%39.02%-
HSV(B)69.23º91.85%72.16%-
XYZ31.3341.586.83-
YUV156.9647.89128.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 184 (72.27% from 255) = 51.54%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=44.26%
G=51.54%
B=4.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184150.1400.920.2869.2384.9239.02
Hex9EB8FE05C1C455527
Octal236270171601343410512547
Binary100111101011100011111110010111001110010001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,15); }

 H1.HeaderClassName
 {
   color: #9EB80F;
 }
 .AnyTagClassName
 {
   color: #9EB80F;
 }
</style>
background-color css

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

 a { background-color: rgb(158,184,15); }

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

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

 span { border-color: rgb(158,184,15); }

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