Html Css Color HEX #9EC30A Citrus

📋 copy color: '#9EC30A'

red 158 ◦ green 195 ◦ blue 10

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

Shades of Citrus #9EC30A

Tints of Citrus #9EC30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 43.53%
G = 53.72%
B = 2.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#9EC30A (or 0x9EC30A) is known color: Citrus. HEX triplet: 9E, C3 and 0A. RGB value is (158,195,10). Sum of RGB (Red+Green+Blue) = 158+195+10=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC30A is #613CF5. Grayscale: #A3A3A3. Windows color (decimal): -6372598 or 705438. OLE color: 705438.

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

Color convert

RGB 158 195 10 -
CMYK 0.19 0 0.95 0.24
HSL 72º 0.9% 0.4% -
HSV(B) 72º 0.95% 0.76% -
XYZ 33.67 46.32 7.45 -
YUV 162.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 158 195 10 0.19 0 0.95 0.24 72 0.9 0.4
Hex 9E C3 A 13 0 5F 18 48 5A 28
Octal 236 303 12 23 0 137 30 110 132 50
Binary 10011110 11000011 1010 10011 0 1011111 11000 1001000 1011010 101000

Color Harmonies of #9EC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC30A

Black with #9EC30A

Text Example


Text Example

White with #9EC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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