#9EBA01

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

Shades of Citrus #9EBA01

Tints of Citrus #9EBA01

Color information

#9EBA01 (or 0x9EBA01) is unknown color: approx Citrus. HEX triplet: 9E, BA and 01. RGB value is (158,186,1). Sum of RGB (Red+Green+Blue) = 158+186+1=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA01 is #6145FE. Grayscale: #9D9D9D. Windows color (decimal): -6374911 or 113310. OLE color: 113310.

HSL color Cylindrical-coordinate representation of color #9EBA01: hue angle of 69.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EBA01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1581861-
CMYK0.1500.990.27
HSL69.08º98.93%36.67%-
HSV(B)69.08º99.46%72.94%-
XYZ31.6642.396.54-
YUV156.5440.22129.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=45.80%
G=53.91%
B=0.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15818610.1500.990.2769.0898.9336.67
Hex9EBA1F0631B456325
Octal23627211701433310514345
Binary100111101011101011111011000111101110001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,1); }

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

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

 a { background-color: rgb(158,186,1); }

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

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

 span { border-color: rgb(158,186,1); }

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