Html Css Color HEX #9EA302 Citrus

📋 copy color: '#9EA302'

red 158 ◦ green 163 ◦ blue 2

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

Shades of Citrus #9EA302

Tints of Citrus #9EA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

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

R = 48.92%
G = 50.46%
B = 0.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9EA302 (or 0x9EA302) is known color: Citrus. HEX triplet: 9E, A3 and 02. RGB value is (158,163,2). Sum of RGB (Red+Green+Blue) = 158+163+2=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA302 is #615CFD. Grayscale: #8F8F8F. Windows color (decimal): -6380798 or 172958. OLE color: 172958.

HSL color Cylindrical-coordinate representation of color #9EA302: hue angle of 61.86º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EA302 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 2 -
CMYK 0.03 0 0.99 0.36
HSL 61.86º 0.98% 0.32% -
HSV(B) 61.86º 0.99% 0.64% -
XYZ 27.21 33.47 5.08 -
YUV 143.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 158 163 2 0.03 0 0.99 0.36 61.86 0.98 0.32
Hex 9E A3 2 3 0 63 24 3E 62 20
Octal 236 243 2 3 0 143 44 76 142 40
Binary 10011110 10100011 10 11 0 1100011 100100 111110 1100010 100000

Color Harmonies of #9EA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA302

Black with #9EA302

Text Example


Text Example

White with #9EA302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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