Html Css Color HEX #8AA31A Citron

📋 copy color: '#8AA31A'

red 138 ◦ green 163 ◦ blue 26

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

Shades of Citron #8AA31A

Tints of Citron #8AA31A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.85%

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 42.2%
G = 49.85%
B = 7.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#8AA31A (or 0x8AA31A) is known color: Citron. HEX triplet: 8A, A3 and 1A. RGB value is (138,163,26). Sum of RGB (Red+Green+Blue) = 138+163+26=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA31A is #755CE5. Grayscale: #8C8C8C. Windows color (decimal): -7691494 or 1745802. OLE color: 1745802.

HSL color Cylindrical-coordinate representation of color #8AA31A: hue angle of 70.95º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AA31A is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 163 26 -
CMYK 0.15 0 0.84 0.36
HSL 70.95º 0.72% 0.37% -
HSV(B) 70.95º 0.84% 0.64% -
XYZ 23.76 31.67 5.84 -
YUV 139.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 138 163 26 0.15 0 0.84 0.36 70.95 0.72 0.37
Hex 8A A3 1A F 0 54 24 47 48 25
Octal 212 243 32 17 0 124 44 107 110 45
Binary 10001010 10100011 11010 1111 0 1010100 100100 1000111 1001000 100101

Color Harmonies of #8AA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA31A

Black with #8AA31A

Text Example


Text Example

White with #8AA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,163,26); }

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

background-color css

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

 a { background-color: rgb(138,163,26); }

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

border-color css

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

 span { border-color: rgb(138,163,26); }

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