Html Css Color HEX #8DA515 Citron

📋 copy color: '#8DA515'

red 141 ◦ green 165 ◦ blue 21

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

Shades of Citron #8DA515

Tints of Citron #8DA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 43.12%
G = 50.46%
B = 6.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#8DA515 (or 0x8DA515) is known color: Citron. HEX triplet: 8D, A5 and 15. RGB value is (141,165,21). Sum of RGB (Red+Green+Blue) = 141+165+21=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA515 is #725AEA. Grayscale: #8D8D8D. Windows color (decimal): -7494379 or 1418637. OLE color: 1418637.

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

Color convert

RGB 141 165 21 -
CMYK 0.15 0 0.87 0.35
HSL 70º 0.77% 0.36% -
HSV(B) 70º 0.87% 0.65% -
XYZ 24.58 32.63 5.71 -
YUV 141.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 141 165 21 0.15 0 0.87 0.35 70 0.77 0.36
Hex 8D A5 15 F 0 57 23 46 4D 24
Octal 215 245 25 17 0 127 43 106 115 44
Binary 10001101 10100101 10101 1111 0 1010111 100011 1000110 1001101 100100

Color Harmonies of #8DA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA515

Black with #8DA515

Text Example


Text Example

White with #8DA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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