Html Css Color HEX #AAD823 Inch Worm

📋 copy color: '#AAD823'

red 170 ◦ green 216 ◦ blue 35

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

Shades of Inch Worm #AAD823

Tints of Inch Worm #AAD823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.31%

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

R = 40.38%
G = 51.31%
B = 8.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#AAD823 (or 0xAAD823) is known color: Inch Worm. HEX triplet: AA, D8 and 23. RGB value is (170,216,35). Sum of RGB (Red+Green+Blue) = 170+216+35=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD823 is #5527DC. Grayscale: #B6B6B6. Windows color (decimal): -5580765 or 2349226. OLE color: 2349226.

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

Color convert

RGB 170 216 35 -
CMYK 0.21 0 0.84 0.15
HSL 75.25º 0.72% 0.49% -
HSV(B) 75.25º 0.84% 0.85% -
XYZ 41.44 57.78 10.56 -
YUV 181.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 170 216 35 0.21 0 0.84 0.15 75.25 0.72 0.49
Hex AA D8 23 15 0 54 F 4B 48 31
Octal 252 330 43 25 0 124 17 113 110 61
Binary 10101010 11011000 100011 10101 0 1010100 1111 1001011 1001000 110001

Color Harmonies of #AAD823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD823

Black with #AAD823

Text Example


Text Example

White with #AAD823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD823; }

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

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

background-color css

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

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

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

border-color css

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

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

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