Html Css Color HEX #8AA015 Citron

📋 copy color: '#8AA015'

red 138 ◦ green 160 ◦ blue 21

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

Shades of Citron #8AA015

Tints of Citron #8AA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

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

R = 43.26%
G = 50.16%
B = 6.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#8AA015 (or 0x8AA015) is known color: Citron. HEX triplet: 8A, A0 and 15. RGB value is (138,160,21). Sum of RGB (Red+Green+Blue) = 138+160+21=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA015 is #755FEA. Grayscale: #8A8A8A. Windows color (decimal): -7692267 or 1417354. OLE color: 1417354.

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

Color convert

RGB 138 160 21 -
CMYK 0.14 0 0.87 0.37
HSL 69.5º 0.77% 0.35% -
HSV(B) 69.5º 0.87% 0.63% -
XYZ 23.19 30.6 5.39 -
YUV 137.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 138 160 21 0.14 0 0.87 0.37 69.5 0.77 0.35
Hex 8A A0 15 E 0 57 25 45 4D 23
Octal 212 240 25 16 0 127 45 105 115 43
Binary 10001010 10100000 10101 1110 0 1010111 100101 1000101 1001101 100011

Color Harmonies of #8AA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA015

Black with #8AA015

Text Example


Text Example

White with #8AA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,160,21); }

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

background-color css

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

 a { background-color: rgb(138,160,21); }

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

border-color css

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

 span { border-color: rgb(138,160,21); }

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