Html Css Color HEX #8DAC11 Citrus

📋 copy color: '#8DAC11'

red 141 ◦ green 172 ◦ blue 17

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

Shades of Citrus #8DAC11

Tints of Citrus #8DAC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.12%

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

R = 42.73%
G = 52.12%
B = 5.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#8DAC11 (or 0x8DAC11) is known color: Citrus. HEX triplet: 8D, AC and 11. RGB value is (141,172,17). Sum of RGB (Red+Green+Blue) = 141+172+17=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAC11 is #7253EE. Grayscale: #919191. Windows color (decimal): -7492591 or 1158285. OLE color: 1158285.

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

Color convert

RGB 141 172 17 -
CMYK 0.18 0 0.90 0.33
HSL 72º 0.82% 0.37% -
HSV(B) 72º 0.9% 0.67% -
XYZ 25.84 35.21 5.96 -
YUV 145.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 141 172 17 0.18 0 0.90 0.33 72 0.82 0.37
Hex 8D AC 11 12 0 5A 21 48 52 25
Octal 215 254 21 22 0 132 41 110 122 45
Binary 10001101 10101100 10001 10010 0 1011010 100001 1001000 1010010 100101

Color Harmonies of #8DAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC11

Black with #8DAC11

Text Example


Text Example

White with #8DAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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