Html Css Color HEX #AAD523 Inch Worm

📋 copy color: '#AAD523'

red 170 ◦ green 213 ◦ blue 35

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

Shades of Inch Worm #AAD523

Tints of Inch Worm #AAD523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.96%

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 40.67%
G = 50.96%
B = 8.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#AAD523 (or 0xAAD523) is known color: Inch Worm. HEX triplet: AA, D5 and 23. RGB value is (170,213,35). Sum of RGB (Red+Green+Blue) = 170+213+35=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD523 is #552ADC. Grayscale: #B4B4B4. Windows color (decimal): -5581533 or 2348458. OLE color: 2348458.

HSL color Cylindrical-coordinate representation of color #AAD523: hue angle of 74.49º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAD523 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 35 -
CMYK 0.20 0 0.84 0.16
HSL 74.49º 0.72% 0.49% -
HSV(B) 74.49º 0.84% 0.84% -
XYZ 40.68 56.26 10.3 -
YUV 179.85 46.25 120.97 -
System Red Green Blue C M Y K H S L
Decimal 170 213 35 0.20 0 0.84 0.16 74.49 0.72 0.49
Hex AA D5 23 14 0 54 10 4A 48 31
Octal 252 325 43 24 0 124 20 112 110 61
Binary 10101010 11010101 100011 10100 0 1010100 10000 1001010 1001000 110001

Color Harmonies of #AAD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD523

Black with #AAD523

Text Example


Text Example

White with #AAD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD523; }

 p { color: rgb(170,213,35); }

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

background-color css

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

 a { background-color: rgb(170,213,35); }

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

border-color css

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

 span { border-color: rgb(170,213,35); }

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