Html Css Color HEX #9EBA01 Citrus

📋 copy color: '#9EBA01'

red 158 ◦ green 186 ◦ blue 1

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

Shades of Citrus #9EBA01

Tints of Citrus #9EBA01

RGB

 RED value IS 158 (62.11% from 255) = 45.8%

 GREEN value IS 186 (73.05% from 255) = 53.91%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45.8%
G = 53.91%
B = 0.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#9EBA01 (or 0x9EBA01) is known color: 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

RGB 158 186 1 -
CMYK 0.15 0 0.99 0.27
HSL 69.08º 0.99% 0.37% -
HSV(B) 69.08º 0.99% 0.73% -
XYZ 31.66 42.39 6.54 -
YUV 156.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 158 186 1 0.15 0 0.99 0.27 69.08 0.99 0.37
Hex 9E BA 1 F 0 63 1B 45 63 25
Octal 236 272 1 17 0 143 33 105 143 45
Binary 10011110 10111010 1 1111 0 1100011 11011 1000101 1100011 100101

Color Harmonies of #9EBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA01

Black with #9EBA01

Text Example


Text Example

White with #9EBA01

Text Example


Text Example

HTML Codes & Css Web 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>