Html Css Color HEX #8DAE0D Citrus

📋 copy color: '#8DAE0D'

red 141 ◦ green 174 ◦ blue 13

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

Shades of Citrus #8DAE0D

Tints of Citrus #8DAE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 42.99%
G = 53.05%
B = 3.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#8DAE0D (or 0x8DAE0D) is known color: Citrus. HEX triplet: 8D, AE and 0D. RGB value is (141,174,13). Sum of RGB (Red+Green+Blue) = 141+174+13=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAE0D is #7251F2. Grayscale: #929292. Windows color (decimal): -7492083 or 896653. OLE color: 896653.

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

Color convert

RGB 141 174 13 -
CMYK 0.19 0 0.93 0.32
HSL 72.3º 0.86% 0.37% -
HSV(B) 72.3º 0.93% 0.68% -
XYZ 26.19 35.96 5.94 -
YUV 145.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 141 174 13 0.19 0 0.93 0.32 72.3 0.86 0.37
Hex 8D AE D 13 0 5D 20 48 56 25
Octal 215 256 15 23 0 135 40 110 126 45
Binary 10001101 10101110 1101 10011 0 1011101 100000 1001000 1010110 100101

Color Harmonies of #8DAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE0D

Black with #8DAE0D

Text Example


Text Example

White with #8DAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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