Html Css Color HEX #8DAC10 Citrus

📋 copy color: '#8DAC10'

red 141 ◦ green 172 ◦ blue 16

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

Shades of Citrus #8DAC10

Tints of Citrus #8DAC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 42.86%
G = 52.28%
B = 4.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#8DAC10 (or 0x8DAC10) is known color: Citrus. HEX triplet: 8D, AC and 10. RGB value is (141,172,16). Sum of RGB (Red+Green+Blue) = 141+172+16=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAC10 is #7253EF. Grayscale: #919191. Windows color (decimal): -7492592 or 1092749. OLE color: 1092749.

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

Color convert

RGB 141 172 16 -
CMYK 0.18 0 0.91 0.33
HSL 71.92º 0.83% 0.37% -
HSV(B) 71.92º 0.91% 0.67% -
XYZ 25.83 35.21 5.92 -
YUV 144.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 141 172 16 0.18 0 0.91 0.33 71.92 0.83 0.37
Hex 8D AC 10 12 0 5B 21 48 53 25
Octal 215 254 20 22 0 133 41 110 123 45
Binary 10001101 10101100 10000 10010 0 1011011 100001 1001000 1010011 100101

Color Harmonies of #8DAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC10

Black with #8DAC10

Text Example


Text Example

White with #8DAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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