Html Css Color HEX #AADC27 Inch Worm

📋 copy color: '#AADC27'

red 170 ◦ green 220 ◦ blue 39

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

Shades of Inch Worm #AADC27

Tints of Inch Worm #AADC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.28%

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

R = 39.63%
G = 51.28%
B = 9.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#AADC27 (or 0xAADC27) is known color: Inch Worm. HEX triplet: AA, DC and 27. RGB value is (170,220,39). Sum of RGB (Red+Green+Blue) = 170+220+39=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC27 is #5523D8. Grayscale: #B9B9B9. Windows color (decimal): -5579737 or 2612394. OLE color: 2612394.

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

Color convert

RGB 170 220 39 -
CMYK 0.23 0 0.82 0.14
HSL 76.57º 0.72% 0.51% -
HSV(B) 76.57º 0.82% 0.86% -
XYZ 42.54 59.88 11.24 -
YUV 184.42 45.94 117.72 -
System Red Green Blue C M Y K H S L
Decimal 170 220 39 0.23 0 0.82 0.14 76.57 0.72 0.51
Hex AA DC 27 17 0 52 E 4D 48 33
Octal 252 334 47 27 0 122 16 115 110 63
Binary 10101010 11011100 100111 10111 0 1010010 1110 1001101 1001000 110011

Color Harmonies of #AADC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC27

Black with #AADC27

Text Example


Text Example

White with #AADC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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