Html Css Color HEX #9EB413 Citrus

📋 copy color: '#9EB413'

red 158 ◦ green 180 ◦ blue 19

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

Shades of Citrus #9EB413

Tints of Citrus #9EB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 44.26%
G = 50.42%
B = 5.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9EB413 (or 0x9EB413) is known color: Citrus. HEX triplet: 9E, B4 and 13. RGB value is (158,180,19). Sum of RGB (Red+Green+Blue) = 158+180+19=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB413 is #614BEC. Grayscale: #9B9B9B. Windows color (decimal): -6376429 or 1291422. OLE color: 1291422.

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

Color convert

RGB 158 180 19 -
CMYK 0.12 0 0.89 0.29
HSL 68.2º 0.81% 0.39% -
HSV(B) 68.2º 0.89% 0.71% -
XYZ 30.54 39.96 6.72 -
YUV 155.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 158 180 19 0.12 0 0.89 0.29 68.2 0.81 0.39
Hex 9E B4 13 C 0 59 1D 44 51 27
Octal 236 264 23 14 0 131 35 104 121 47
Binary 10011110 10110100 10011 1100 0 1011001 11101 1000100 1010001 100111

Color Harmonies of #9EB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB413

Black with #9EB413

Text Example


Text Example

White with #9EB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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