Html Css Color HEX #AADF19 Inch Worm

📋 copy color: '#AADF19'

red 170 ◦ green 223 ◦ blue 25

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

Shades of Inch Worm #AADF19

Tints of Inch Worm #AADF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 40.67%
G = 53.35%
B = 5.98%

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

#AADF19 (or 0xAADF19) is known color: Inch Worm. HEX triplet: AA, DF and 19. RGB value is (170,223,25). Sum of RGB (Red+Green+Blue) = 170+223+25=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF19 is #5520E6. Grayscale: #B9B9B9. Windows color (decimal): -5578983 or 1695658. OLE color: 1695658.

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

Color convert

RGB 170 223 25 -
CMYK 0.24 0 0.89 0.13
HSL 76.06º 0.8% 0.49% -
HSV(B) 76.06º 0.89% 0.87% -
XYZ 43.14 61.39 10.5 -
YUV 184.58 37.94 117.6 -
System Red Green Blue C M Y K H S L
Decimal 170 223 25 0.24 0 0.89 0.13 76.06 0.8 0.49
Hex AA DF 19 18 0 59 D 4C 50 31
Octal 252 337 31 30 0 131 15 114 120 61
Binary 10101010 11011111 11001 11000 0 1011001 1101 1001100 1010000 110001

Color Harmonies of #AADF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF19

Black with #AADF19

Text Example


Text Example

White with #AADF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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