Html Css Color HEX #AAD304 Inch Worm

📋 copy color: '#AAD304'

red 170 ◦ green 211 ◦ blue 4

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

Shades of Inch Worm #AAD304

Tints of Inch Worm #AAD304

RGB

 RED value IS 170 (66.8% from 255) = 44.16%

 GREEN value IS 211 (82.81% from 255) = 54.81%

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

R = 44.16%
G = 54.81%
B = 1.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#AAD304 (or 0xAAD304) is known color: Inch Worm. HEX triplet: AA, D3 and 04. RGB value is (170,211,4). Sum of RGB (Red+Green+Blue) = 170+211+4=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD304 is #552CFB. Grayscale: #AFAFAF. Windows color (decimal): -5582076 or 316330. OLE color: 316330.

HSL color Cylindrical-coordinate representation of color #AAD304: hue angle of 71.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD304 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 4 -
CMYK 0.19 0 0.98 0.17
HSL 71.88º 0.96% 0.42% -
HSV(B) 71.88º 0.98% 0.83% -
XYZ 39.89 55.14 8.66 -
YUV 175.14 31.42 124.33 -
System Red Green Blue C M Y K H S L
Decimal 170 211 4 0.19 0 0.98 0.17 71.88 0.96 0.42
Hex AA D3 4 13 0 62 11 48 60 2A
Octal 252 323 4 23 0 142 21 110 140 52
Binary 10101010 11010011 100 10011 0 1100010 10001 1001000 1100000 101010

Color Harmonies of #AAD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD304

Black with #AAD304

Text Example


Text Example

White with #AAD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD304; }

 p { color: rgb(170,211,4); }

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

background-color css

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

 a { background-color: rgb(170,211,4); }

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

border-color css

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

 span { border-color: rgb(170,211,4); }

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