Html Css Color HEX #9EB401 Citrus

📋 copy color: '#9EB401'

red 158 ◦ green 180 ◦ blue 1

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

Shades of Citrus #9EB401

Tints of Citrus #9EB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

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

R = 46.61%
G = 53.1%
B = 0.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9EB401 (or 0x9EB401) is known color: Citrus. HEX triplet: 9E, B4 and 01. RGB value is (158,180,1). Sum of RGB (Red+Green+Blue) = 158+180+1=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB401 is #614BFE. Grayscale: #999999. Windows color (decimal): -6376447 or 111774. OLE color: 111774.

HSL color Cylindrical-coordinate representation of color #9EB401: hue angle of 67.37º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB401 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 1 -
CMYK 0.12 0 0.99 0.29
HSL 67.37º 0.99% 0.35% -
HSV(B) 67.37º 0.99% 0.71% -
XYZ 30.43 39.91 6.13 -
YUV 153.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 158 180 1 0.12 0 0.99 0.29 67.37 0.99 0.35
Hex 9E B4 1 C 0 63 1D 43 63 23
Octal 236 264 1 14 0 143 35 103 143 43
Binary 10011110 10110100 1 1100 0 1100011 11101 1000011 1100011 100011

Color Harmonies of #9EB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB401

Black with #9EB401

Text Example


Text Example

White with #9EB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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