Html Css Color HEX #9EC602 Citrus

📋 copy color: '#9EC602'

red 158 ◦ green 198 ◦ blue 2

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

Shades of Citrus #9EC602

Tints of Citrus #9EC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.31%

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

R = 44.13%
G = 55.31%
B = 0.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9EC602 (or 0x9EC602) is known color: Citrus. HEX triplet: 9E, C6 and 02. RGB value is (158,198,2). Sum of RGB (Red+Green+Blue) = 158+198+2=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC602 is #6139FD. Grayscale: #A4A4A4. Windows color (decimal): -6371838 or 181918. OLE color: 181918.

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

Color convert

RGB 158 198 2 -
CMYK 0.20 0 0.99 0.22
HSL 72.24º 0.98% 0.39% -
HSV(B) 72.24º 0.99% 0.78% -
XYZ 34.31 47.66 7.45 -
YUV 163.7 36.75 123.94 -
System Red Green Blue C M Y K H S L
Decimal 158 198 2 0.20 0 0.99 0.22 72.24 0.98 0.39
Hex 9E C6 2 14 0 63 16 48 62 27
Octal 236 306 2 24 0 143 26 110 142 47
Binary 10011110 11000110 10 10100 0 1100011 10110 1001000 1100010 100111

Color Harmonies of #9EC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC602

Black with #9EC602

Text Example


Text Example

White with #9EC602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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