Html Css Color HEX #8AA404 Citrus

📋 copy color: '#8AA404'

red 138 ◦ green 164 ◦ blue 4

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

Shades of Citrus #8AA404

Tints of Citrus #8AA404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 45.1%
G = 53.59%
B = 1.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#8AA404 (or 0x8AA404) is known color: Citrus. HEX triplet: 8A, A4 and 04. RGB value is (138,164,4). Sum of RGB (Red+Green+Blue) = 138+164+4=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA404 is #755BFB. Grayscale: #8A8A8A. Windows color (decimal): -7691260 or 304266. OLE color: 304266.

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

Color convert

RGB 138 164 4 -
CMYK 0.16 0 0.98 0.36
HSL 69.75º 0.95% 0.33% -
HSV(B) 69.75º 0.98% 0.64% -
XYZ 23.78 31.96 5.03 -
YUV 137.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 138 164 4 0.16 0 0.98 0.36 69.75 0.95 0.33
Hex 8A A4 4 10 0 62 24 46 5F 21
Octal 212 244 4 20 0 142 44 106 137 41
Binary 10001010 10100100 100 10000 0 1100010 100100 1000110 1011111 100001

Color Harmonies of #8AA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA404

Black with #8AA404

Text Example


Text Example

White with #8AA404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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