Html Css Color HEX #8DA514 Citron

📋 copy color: '#8DA514'

red 141 ◦ green 165 ◦ blue 20

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

Shades of Citron #8DA514

Tints of Citron #8DA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.61%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 43.25%
G = 50.61%
B = 6.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#8DA514 (or 0x8DA514) is known color: Citron. HEX triplet: 8D, A5 and 14. RGB value is (141,165,20). Sum of RGB (Red+Green+Blue) = 141+165+20=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA514 is #725AEB. Grayscale: #8D8D8D. Windows color (decimal): -7494380 or 1353101. OLE color: 1353101.

HSL color Cylindrical-coordinate representation of color #8DA514: hue angle of 69.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DA514 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 165 20 -
CMYK 0.15 0 0.88 0.35
HSL 69.93º 0.78% 0.36% -
HSV(B) 69.93º 0.88% 0.65% -
XYZ 24.57 32.62 5.66 -
YUV 141.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 141 165 20 0.15 0 0.88 0.35 69.93 0.78 0.36
Hex 8D A5 14 F 0 58 23 46 4E 24
Octal 215 245 24 17 0 130 43 106 116 44
Binary 10001101 10100101 10100 1111 0 1011000 100011 1000110 1001110 100100

Color Harmonies of #8DA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA514

Black with #8DA514

Text Example


Text Example

White with #8DA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,20); }

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

background-color css

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

 a { background-color: rgb(141,165,20); }

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

border-color css

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

 span { border-color: rgb(141,165,20); }

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