Html Css Color HEX #9EC302 Citrus

📋 copy color: '#9EC302'

red 158 ◦ green 195 ◦ blue 2

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

Shades of Citrus #9EC302

Tints of Citrus #9EC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.93%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 44.51%
G = 54.93%
B = 0.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9EC302 (or 0x9EC302) is known color: Citrus. HEX triplet: 9E, C3 and 02. RGB value is (158,195,2). Sum of RGB (Red+Green+Blue) = 158+195+2=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC302 is #613CFD. Grayscale: #A2A2A2. Windows color (decimal): -6372606 or 181150. OLE color: 181150.

HSL color Cylindrical-coordinate representation of color #9EC302: hue angle of 71.5º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC302 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 2 -
CMYK 0.19 0 0.99 0.24
HSL 71.5º 0.98% 0.39% -
HSV(B) 71.5º 0.99% 0.76% -
XYZ 33.63 46.3 7.22 -
YUV 161.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 158 195 2 0.19 0 0.99 0.24 71.5 0.98 0.39
Hex 9E C3 2 13 0 63 18 48 62 27
Octal 236 303 2 23 0 143 30 110 142 47
Binary 10011110 11000011 10 10011 0 1100011 11000 1001000 1100010 100111

Color Harmonies of #9EC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC302

Black with #9EC302

Text Example


Text Example

White with #9EC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,195,2); }

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

background-color css

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

 a { background-color: rgb(158,195,2); }

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

border-color css

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

 span { border-color: rgb(158,195,2); }

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