Html Css Color HEX #AADD27 Inch Worm

📋 copy color: '#AADD27'

red 170 ◦ green 221 ◦ blue 39

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

Shades of Inch Worm #AADD27

Tints of Inch Worm #AADD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.4%

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 39.53%
G = 51.4%
B = 9.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AADD27 (or 0xAADD27) is known color: Inch Worm. HEX triplet: AA, DD and 27. RGB value is (170,221,39). Sum of RGB (Red+Green+Blue) = 170+221+39=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD27 is #5522D8. Grayscale: #B9B9B9. Windows color (decimal): -5579481 or 2612650. OLE color: 2612650.

HSL color Cylindrical-coordinate representation of color #AADD27: hue angle of 76.81º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AADD27 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 39 -
CMYK 0.23 0 0.82 0.13
HSL 76.81º 0.73% 0.51% -
HSV(B) 76.81º 0.82% 0.87% -
XYZ 42.8 60.41 11.32 -
YUV 185 45.6 117.3 -
System Red Green Blue C M Y K H S L
Decimal 170 221 39 0.23 0 0.82 0.13 76.81 0.73 0.51
Hex AA DD 27 17 0 52 D 4D 49 33
Octal 252 335 47 27 0 122 15 115 111 63
Binary 10101010 11011101 100111 10111 0 1010010 1101 1001101 1001001 110011

Color Harmonies of #AADD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD27

Black with #AADD27

Text Example


Text Example

White with #AADD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD27; }

 p { color: rgb(170,221,39); }

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

background-color css

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

 a { background-color: rgb(170,221,39); }

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

border-color css

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

 span { border-color: rgb(170,221,39); }

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