Html Css Color HEX #AADF13 Inch Worm

📋 copy color: '#AADF13'

red 170 ◦ green 223 ◦ blue 19

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

Shades of Inch Worm #AADF13

Tints of Inch Worm #AADF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 41.26%
G = 54.13%
B = 4.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#AADF13 (or 0xAADF13) is known color: Inch Worm. HEX triplet: AA, DF and 13. RGB value is (170,223,19). Sum of RGB (Red+Green+Blue) = 170+223+19=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF13 is #5520EC. Grayscale: #B8B8B8. Windows color (decimal): -5578989 or 1302442. OLE color: 1302442.

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

Color convert

RGB 170 223 19 -
CMYK 0.24 0 0.91 0.13
HSL 75.59º 0.84% 0.47% -
HSV(B) 75.59º 0.91% 0.87% -
XYZ 43.08 61.37 10.19 -
YUV 183.9 34.94 118.09 -
System Red Green Blue C M Y K H S L
Decimal 170 223 19 0.24 0 0.91 0.13 75.59 0.84 0.47
Hex AA DF 13 18 0 5B D 4C 54 2F
Octal 252 337 23 30 0 133 15 114 124 57
Binary 10101010 11011111 10011 11000 0 1011011 1101 1001100 1010100 101111

Color Harmonies of #AADF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF13

Black with #AADF13

Text Example


Text Example

White with #AADF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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