Html Css Color HEX #8DA60D Citron

📋 copy color: '#8DA60D'

red 141 ◦ green 166 ◦ blue 13

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

Shades of Citron #8DA60D

Tints of Citron #8DA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.88%

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

R = 44.06%
G = 51.88%
B = 4.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#8DA60D (or 0x8DA60D) is known color: Citron. HEX triplet: 8D, A6 and 0D. RGB value is (141,166,13). Sum of RGB (Red+Green+Blue) = 141+166+13=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA60D is #7259F2. Grayscale: #8D8D8D. Windows color (decimal): -7494131 or 894605. OLE color: 894605.

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

Color convert

RGB 141 166 13 -
CMYK 0.15 0 0.92 0.35
HSL 69.8º 0.85% 0.35% -
HSV(B) 69.8º 0.92% 0.65% -
XYZ 24.69 32.96 5.44 -
YUV 141.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 141 166 13 0.15 0 0.92 0.35 69.8 0.85 0.35
Hex 8D A6 D F 0 5C 23 46 55 23
Octal 215 246 15 17 0 134 43 106 125 43
Binary 10001101 10100110 1101 1111 0 1011100 100011 1000110 1010101 100011

Color Harmonies of #8DA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA60D

Black with #8DA60D

Text Example


Text Example

White with #8DA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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