Html Css Color HEX #8AA413 Citron

📋 copy color: '#8AA413'

red 138 ◦ green 164 ◦ blue 19

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

Shades of Citron #8AA413

Tints of Citron #8AA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 42.99%
G = 51.09%
B = 5.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#8AA413 (or 0x8AA413) is known color: Citron. HEX triplet: 8A, A4 and 13. RGB value is (138,164,19). Sum of RGB (Red+Green+Blue) = 138+164+19=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA413 is #755BEC. Grayscale: #8C8C8C. Windows color (decimal): -7691245 or 1287306. OLE color: 1287306.

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

Color convert

RGB 138 164 19 -
CMYK 0.16 0 0.88 0.36
HSL 70.76º 0.79% 0.36% -
HSV(B) 70.76º 0.88% 0.64% -
XYZ 23.87 32 5.53 -
YUV 139.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 138 164 19 0.16 0 0.88 0.36 70.76 0.79 0.36
Hex 8A A4 13 10 0 58 24 47 4F 24
Octal 212 244 23 20 0 130 44 107 117 44
Binary 10001010 10100100 10011 10000 0 1011000 100100 1000111 1001111 100100

Color Harmonies of #8AA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA413

Black with #8AA413

Text Example


Text Example

White with #8AA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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