Html Css Color HEX #9EB200 Citrus

📋 copy color: '#9EB200'

red 158 ◦ green 178 ◦ blue 0

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

Shades of Citrus #9EB200

Tints of Citrus #9EB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.02%
G = 52.98%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#9EB200 (or 0x9EB200) is known color: Citrus. HEX triplet: 9E, B2 and 00. RGB value is (158,178,0). Sum of RGB (Red+Green+Blue) = 158+178+0=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB200 is #614DFF. Grayscale: #989898. Windows color (decimal): -6376960 or 45726. OLE color: 45726.

HSL color Cylindrical-coordinate representation of color #9EB200: hue angle of 66.74º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EB200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 0 -
CMYK 0.11 0 1 0.30
HSL 66.74º 1% 0.35% -
HSV(B) 66.74º 1% 0.7% -
XYZ 30.02 39.11 5.97 -
YUV 151.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 158 178 0 0.11 0 1 0.30 66.74 1 0.35
Hex 9E B2 0 B 0 64 1E 43 64 23
Octal 236 262 0 13 0 144 36 103 144 43
Binary 10011110 10110010 0 1011 0 1100100 11110 1000011 1100100 100011

Color Harmonies of #9EB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB200

Black with #9EB200

Text Example


Text Example

White with #9EB200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,178,0); }

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

background-color css

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

 a { background-color: rgb(158,178,0); }

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

border-color css

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

 span { border-color: rgb(158,178,0); }

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