Html Css Color HEX #AADE1E Inch Worm

📋 copy color: '#AADE1E'

red 170 ◦ green 222 ◦ blue 30

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

Shades of Inch Worm #AADE1E

Tints of Inch Worm #AADE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.61%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 40.28%
G = 52.61%
B = 7.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#AADE1E (or 0xAADE1E) is known color: Inch Worm. HEX triplet: AA, DE and 1E. RGB value is (170,222,30). Sum of RGB (Red+Green+Blue) = 170+222+30=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE1E is #5521E1. Grayscale: #B9B9B9. Windows color (decimal): -5579234 or 2023082. OLE color: 2023082.

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

Color convert

RGB 170 222 30 -
CMYK 0.23 0 0.86 0.13
HSL 76.25º 0.76% 0.49% -
HSV(B) 76.25º 0.86% 0.87% -
XYZ 42.93 60.88 10.72 -
YUV 184.56 40.77 117.61 -
System Red Green Blue C M Y K H S L
Decimal 170 222 30 0.23 0 0.86 0.13 76.25 0.76 0.49
Hex AA DE 1E 17 0 56 D 4C 4C 31
Octal 252 336 36 27 0 126 15 114 114 61
Binary 10101010 11011110 11110 10111 0 1010110 1101 1001100 1001100 110001

Color Harmonies of #AADE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE1E

Black with #AADE1E

Text Example


Text Example

White with #AADE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE1E; }

 p { color: rgb(170,222,30); }

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

background-color css

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

 a { background-color: rgb(170,222,30); }

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

border-color css

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

 span { border-color: rgb(170,222,30); }

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