Html Css Color HEX #9EC102 Citrus

📋 copy color: '#9EC102'

red 158 ◦ green 193 ◦ blue 2

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

Shades of Citrus #9EC102

Tints of Citrus #9EC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

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

R = 44.76%
G = 54.67%
B = 0.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9EC102 (or 0x9EC102) is known color: Citrus. HEX triplet: 9E, C1 and 02. RGB value is (158,193,2). Sum of RGB (Red+Green+Blue) = 158+193+2=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC102 is #613EFD. Grayscale: #A1A1A1. Windows color (decimal): -6373118 or 180638. OLE color: 180638.

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

Color convert

RGB 158 193 2 -
CMYK 0.18 0 0.99 0.24
HSL 70.99º 0.98% 0.38% -
HSV(B) 70.99º 0.99% 0.76% -
XYZ 33.18 45.41 7.07 -
YUV 160.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 158 193 2 0.18 0 0.99 0.24 70.99 0.98 0.38
Hex 9E C1 2 12 0 63 18 47 62 26
Octal 236 301 2 22 0 143 30 107 142 46
Binary 10011110 11000001 10 10010 0 1100011 11000 1000111 1100010 100110

Color Harmonies of #9EC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC102

Black with #9EC102

Text Example


Text Example

White with #9EC102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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