Html Css Color HEX #AAD31B Inch Worm

📋 copy color: '#AAD31B'

red 170 ◦ green 211 ◦ blue 27

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

Shades of Inch Worm #AAD31B

Tints of Inch Worm #AAD31B

RGB

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

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

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

R = 41.67%
G = 51.72%
B = 6.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#AAD31B (or 0xAAD31B) is known color: Inch Worm. HEX triplet: AA, D3 and 1B. RGB value is (170,211,27). Sum of RGB (Red+Green+Blue) = 170+211+27=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD31B is #552CE4. Grayscale: #B2B2B2. Windows color (decimal): -5582053 or 1823658. OLE color: 1823658.

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

Color convert

RGB 170 211 27 -
CMYK 0.19 0 0.87 0.17
HSL 73.37º 0.77% 0.47% -
HSV(B) 73.37º 0.87% 0.83% -
XYZ 40.07 55.21 9.58 -
YUV 177.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 170 211 27 0.19 0 0.87 0.17 73.37 0.77 0.47
Hex AA D3 1B 13 0 57 11 49 4D 2F
Octal 252 323 33 23 0 127 21 111 115 57
Binary 10101010 11010011 11011 10011 0 1010111 10001 1001001 1001101 101111

Color Harmonies of #AAD31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD31B

Black with #AAD31B

Text Example


Text Example

White with #AAD31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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