Html Css Color HEX #8ED509 Citrus

📋 copy color: '#8ED509'

red 142 ◦ green 213 ◦ blue 9

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

Shades of Citrus #8ED509

Tints of Citrus #8ED509

RGB

 RED value IS 142 (55.86% from 255) = 39.01%

 GREEN value IS 213 (83.59% from 255) = 58.52%

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 39.01%
G = 58.52%
B = 2.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#8ED509 (or 0x8ED509) is known color: Citrus. HEX triplet: 8E, D5 and 09. RGB value is (142,213,9). Sum of RGB (Red+Green+Blue) = 142+213+9=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED509 is #712AF6. Grayscale: #A9A9A9. Windows color (decimal): -7416567 or 644494. OLE color: 644494.

HSL color Cylindrical-coordinate representation of color #8ED509: hue angle of 80.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8ED509 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 9 -
CMYK 0.33 0 0.96 0.16
HSL 80.88º 0.92% 0.44% -
HSV(B) 80.88º 0.96% 0.84% -
XYZ 35 53.36 8.71 -
YUV 168.52 37.98 109.09 -
System Red Green Blue C M Y K H S L
Decimal 142 213 9 0.33 0 0.96 0.16 80.88 0.92 0.44
Hex 8E D5 9 21 0 60 10 51 5C 2C
Octal 216 325 11 41 0 140 20 121 134 54
Binary 10001110 11010101 1001 100001 0 1100000 10000 1010001 1011100 101100

Color Harmonies of #8ED509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED509

Black with #8ED509

Text Example


Text Example

White with #8ED509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ED509; }

 p { color: rgb(142,213,9); }

 H1.HeaderClassName
 {
   color: #8ED509;
 }
 .AnyTagClassName
 {
   color: #8ED509;
 }
</style>

background-color css

<style>
 a { background-color: #8ED509; }

 a { background-color: rgb(142,213,9); }

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

border-color css

<style>
 span { border-color: #8ED509; }

 span { border-color: rgb(142,213,9); }

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