Html Css Color HEX #9EB614 Citrus

📋 copy color: '#9EB614'

red 158 ◦ green 182 ◦ blue 20

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

Shades of Citrus #9EB614

Tints of Citrus #9EB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 43.89%
G = 50.56%
B = 5.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9EB614 (or 0x9EB614) is known color: Citrus. HEX triplet: 9E, B6 and 14. RGB value is (158,182,20). Sum of RGB (Red+Green+Blue) = 158+182+20=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB614 is #6149EB. Grayscale: #9C9C9C. Windows color (decimal): -6375916 or 1357470. OLE color: 1357470.

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

Color convert

RGB 158 182 20 -
CMYK 0.13 0 0.89 0.29
HSL 68.89º 0.8% 0.4% -
HSV(B) 68.89º 0.89% 0.71% -
XYZ 30.95 40.78 6.9 -
YUV 156.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 158 182 20 0.13 0 0.89 0.29 68.89 0.8 0.4
Hex 9E B6 14 D 0 59 1D 45 50 28
Octal 236 266 24 15 0 131 35 105 120 50
Binary 10011110 10110110 10100 1101 0 1011001 11101 1000101 1010000 101000

Color Harmonies of #9EB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB614

Black with #9EB614

Text Example


Text Example

White with #9EB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,20); }

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

background-color css

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

 a { background-color: rgb(158,182,20); }

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

border-color css

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

 span { border-color: rgb(158,182,20); }

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