Html Css Color HEX #AAD81B Inch Worm

📋 copy color: '#AAD81B'

red 170 ◦ green 216 ◦ blue 27

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

Shades of Inch Worm #AAD81B

Tints of Inch Worm #AAD81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 41.16%
G = 52.3%
B = 6.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#AAD81B (or 0xAAD81B) is known color: Inch Worm. HEX triplet: AA, D8 and 1B. RGB value is (170,216,27). Sum of RGB (Red+Green+Blue) = 170+216+27=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD81B is #5527E4. Grayscale: #B5B5B5. Windows color (decimal): -5580773 or 1824938. OLE color: 1824938.

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

Color convert

RGB 170 216 27 -
CMYK 0.21 0 0.88 0.15
HSL 74.6º 0.78% 0.48% -
HSV(B) 74.6º 0.88% 0.85% -
XYZ 41.33 57.74 10 -
YUV 180.7 41.26 120.37 -
System Red Green Blue C M Y K H S L
Decimal 170 216 27 0.21 0 0.88 0.15 74.6 0.78 0.48
Hex AA D8 1B 15 0 58 F 4B 4E 30
Octal 252 330 33 25 0 130 17 113 116 60
Binary 10101010 11011000 11011 10101 0 1011000 1111 1001011 1001110 110000

Color Harmonies of #AAD81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD81B

Black with #AAD81B

Text Example


Text Example

White with #AAD81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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