Html Css Color HEX #9ED200 Citrus

📋 copy color: '#9ED200'

red 158 ◦ green 210 ◦ blue 0

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

Shades of Citrus #9ED200

Tints of Citrus #9ED200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.93%
G = 57.07%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#9ED200 (or 0x9ED200) is known color: Citrus. HEX triplet: 9E, D2 and 00. RGB value is (158,210,0). Sum of RGB (Red+Green+Blue) = 158+210+0=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED200 is #612DFF. Grayscale: #ABABAB. Windows color (decimal): -6368768 or 53918. OLE color: 53918.

HSL color Cylindrical-coordinate representation of color #9ED200: hue angle of 74.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ED200 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 0 -
CMYK 0.25 0 1 0.18
HSL 74.86º 1% 0.41% -
HSV(B) 74.86º 1% 0.82% -
XYZ 37.15 53.36 8.34 -
YUV 170.51 31.77 119.08 -
System Red Green Blue C M Y K H S L
Decimal 158 210 0 0.25 0 1 0.18 74.86 1 0.41
Hex 9E D2 0 19 0 64 12 4B 64 29
Octal 236 322 0 31 0 144 22 113 144 51
Binary 10011110 11010010 0 11001 0 1100100 10010 1001011 1100100 101001

Color Harmonies of #9ED200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED200

Black with #9ED200

Text Example


Text Example

White with #9ED200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,0); }

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

background-color css

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

 a { background-color: rgb(158,210,0); }

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

border-color css

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

 span { border-color: rgb(158,210,0); }

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