Html Css Color HEX #8DAE11 Citrus

📋 copy color: '#8DAE11'

red 141 ◦ green 174 ◦ blue 17

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

Shades of Citrus #8DAE11

Tints of Citrus #8DAE11

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

 GREEN value IS 174 (68.36% from 255) = 52.41%

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 42.47%
G = 52.41%
B = 5.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#8DAE11 (or 0x8DAE11) is known color: Citrus. HEX triplet: 8D, AE and 11. RGB value is (141,174,17). Sum of RGB (Red+Green+Blue) = 141+174+17=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAE11 is #7251EE. Grayscale: #929292. Windows color (decimal): -7492079 or 1158797. OLE color: 1158797.

HSL color Cylindrical-coordinate representation of color #8DAE11: hue angle of 72.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DAE11 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 17 -
CMYK 0.19 0 0.90 0.32
HSL 72.61º 0.82% 0.37% -
HSV(B) 72.61º 0.9% 0.68% -
XYZ 26.22 35.98 6.09 -
YUV 146.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 141 174 17 0.19 0 0.90 0.32 72.61 0.82 0.37
Hex 8D AE 11 13 0 5A 20 49 52 25
Octal 215 256 21 23 0 132 40 111 122 45
Binary 10001101 10101110 10001 10011 0 1011010 100000 1001001 1010010 100101

Color Harmonies of #8DAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE11

Black with #8DAE11

Text Example


Text Example

White with #8DAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,17); }

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

background-color css

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

 a { background-color: rgb(141,174,17); }

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

border-color css

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

 span { border-color: rgb(141,174,17); }

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