Html Css Color HEX #AAD905 Inch Worm

📋 copy color: '#AAD905'

red 170 ◦ green 217 ◦ blue 5

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

Shades of Inch Worm #AAD905

Tints of Inch Worm #AAD905

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.36%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 43.37%
G = 55.36%
B = 1.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#AAD905 (or 0xAAD905) is known color: Inch Worm. HEX triplet: AA, D9 and 05. RGB value is (170,217,5). Sum of RGB (Red+Green+Blue) = 170+217+5=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD905 is #5526FA. Grayscale: #B3B3B3. Windows color (decimal): -5580539 or 383402. OLE color: 383402.

HSL color Cylindrical-coordinate representation of color #AAD905: hue angle of 73.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD905 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 5 -
CMYK 0.22 0 0.98 0.15
HSL 73.3º 0.95% 0.44% -
HSV(B) 73.3º 0.98% 0.85% -
XYZ 41.42 58.18 9.19 -
YUV 178.78 29.93 121.74 -
System Red Green Blue C M Y K H S L
Decimal 170 217 5 0.22 0 0.98 0.15 73.3 0.95 0.44
Hex AA D9 5 16 0 62 F 49 5F 2C
Octal 252 331 5 26 0 142 17 111 137 54
Binary 10101010 11011001 101 10110 0 1100010 1111 1001001 1011111 101100

Color Harmonies of #AAD905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD905

Black with #AAD905

Text Example


Text Example

White with #AAD905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD905; }

 p { color: rgb(170,217,5); }

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

background-color css

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

 a { background-color: rgb(170,217,5); }

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

border-color css

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

 span { border-color: rgb(170,217,5); }

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