Html Css Color HEX #8AAD04 Citrus

📋 copy color: '#8AAD04'

red 138 ◦ green 173 ◦ blue 4

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

Shades of Citrus #8AAD04

Tints of Citrus #8AAD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.92%

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

R = 43.81%
G = 54.92%
B = 1.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#8AAD04 (or 0x8AAD04) is known color: Citrus. HEX triplet: 8A, AD and 04. RGB value is (138,173,4). Sum of RGB (Red+Green+Blue) = 138+173+4=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAD04 is #7552FB. Grayscale: #8F8F8F. Windows color (decimal): -7688956 or 306570. OLE color: 306570.

HSL color Cylindrical-coordinate representation of color #8AAD04: hue angle of 72.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AAD04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 4 -
CMYK 0.20 0 0.98 0.32
HSL 72.43º 0.95% 0.35% -
HSV(B) 72.43º 0.98% 0.68% -
XYZ 25.45 35.3 5.59 -
YUV 143.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 138 173 4 0.20 0 0.98 0.32 72.43 0.95 0.35
Hex 8A AD 4 14 0 62 20 48 5F 23
Octal 212 255 4 24 0 142 40 110 137 43
Binary 10001010 10101101 100 10100 0 1100010 100000 1001000 1011111 100011

Color Harmonies of #8AAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD04

Black with #8AAD04

Text Example


Text Example

White with #8AAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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