Html Css Color HEX #8AA40D Citron

📋 copy color: '#8AA40D'

red 138 ◦ green 164 ◦ blue 13

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

Shades of Citron #8AA40D

Tints of Citron #8AA40D

RGB

 RED value IS 138 (54.3% from 255) = 43.81%

 GREEN value IS 164 (64.45% from 255) = 52.06%

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

R = 43.81%
G = 52.06%
B = 4.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#8AA40D (or 0x8AA40D) is known color: Citron. HEX triplet: 8A, A4 and 0D. RGB value is (138,164,13). Sum of RGB (Red+Green+Blue) = 138+164+13=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA40D is #755BF2. Grayscale: #8B8B8B. Windows color (decimal): -7691251 or 894090. OLE color: 894090.

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

Color convert

RGB 138 164 13 -
CMYK 0.16 0 0.92 0.36
HSL 70.33º 0.85% 0.35% -
HSV(B) 70.33º 0.92% 0.64% -
XYZ 23.83 31.98 5.3 -
YUV 139.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 138 164 13 0.16 0 0.92 0.36 70.33 0.85 0.35
Hex 8A A4 D 10 0 5C 24 46 55 23
Octal 212 244 15 20 0 134 44 106 125 43
Binary 10001010 10100100 1101 10000 0 1011100 100100 1000110 1010101 100011

Color Harmonies of #8AA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA40D

Black with #8AA40D

Text Example


Text Example

White with #8AA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,13); }

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

background-color css

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

 a { background-color: rgb(138,164,13); }

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

border-color css

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

 span { border-color: rgb(138,164,13); }

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