Html Css Color HEX #AADF18 Inch Worm

📋 copy color: '#AADF18'

red 170 ◦ green 223 ◦ blue 24

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

Shades of Inch Worm #AADF18

Tints of Inch Worm #AADF18

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.48%

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 40.77%
G = 53.48%
B = 5.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#AADF18 (or 0xAADF18) is known color: Inch Worm. HEX triplet: AA, DF and 18. RGB value is (170,223,24). Sum of RGB (Red+Green+Blue) = 170+223+24=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF18 is #5520E7. Grayscale: #B9B9B9. Windows color (decimal): -5578984 or 1630122. OLE color: 1630122.

HSL color Cylindrical-coordinate representation of color #AADF18: hue angle of 75.98º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AADF18 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 24 -
CMYK 0.24 0 0.89 0.13
HSL 75.98º 0.81% 0.48% -
HSV(B) 75.98º 0.89% 0.87% -
XYZ 43.13 61.39 10.44 -
YUV 184.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 170 223 24 0.24 0 0.89 0.13 75.98 0.81 0.48
Hex AA DF 18 18 0 59 D 4C 51 30
Octal 252 337 30 30 0 131 15 114 121 60
Binary 10101010 11011111 11000 11000 0 1011001 1101 1001100 1010001 110000

Color Harmonies of #AADF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF18

Black with #AADF18

Text Example


Text Example

White with #AADF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF18; }

 p { color: rgb(170,223,24); }

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

background-color css

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

 a { background-color: rgb(170,223,24); }

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

border-color css

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

 span { border-color: rgb(170,223,24); }

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