#9eaf1b

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

Shades of Citrus #9EAF1B

Tints of Citrus #9EAF1B

Color information

#9EAF1B (or 0x9EAF1B) is unknown color: approx Citrus. HEX triplet: 9E, AF and 1B. RGB value is (158,175,27). Sum of RGB (Red+Green+Blue) = 158+175+27=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF1B is #6150E4. Grayscale: #999999. Windows color (decimal): -6377701 or 1814430. OLE color: 1814430.

HSL color Cylindrical-coordinate representation of color #9EAF1B: hue angle of 66.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EAF1B is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB15817527-
CMYK0.1000.850.31
HSL66.89º73.27%39.61%-
HSV(B)66.89º84.57%68.63%-
XYZ29.6338.016.81-
YUV153.0456.87131.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.89%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 27 (10.94% from 255) = 7.5%
R=43.89%
G=48.61%
B=7.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175270.1000.850.3166.8973.2739.61
Hex9EAF1BA0551F434928
Octal236257331201253710311150
Binary1001111010101111110111010010101011111110000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eaf1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,27); }

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

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

 a { background-color: rgb(158,175,27); }

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

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

 span { border-color: rgb(158,175,27); }

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