Html Css Color HEX #AADF14 Inch Worm

📋 copy color: '#AADF14'

red 170 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #AADF14

Tints of Inch Worm #AADF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 41.16%
G = 54%
B = 4.84%

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

#AADF14 (or 0xAADF14) is known color: Inch Worm. HEX triplet: AA, DF and 14. RGB value is (170,223,20). Sum of RGB (Red+Green+Blue) = 170+223+20=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF14 is #5520EB. Grayscale: #B8B8B8. Windows color (decimal): -5578988 or 1367978. OLE color: 1367978.

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

Color convert

RGB 170 223 20 -
CMYK 0.24 0 0.91 0.13
HSL 75.67º 0.84% 0.48% -
HSV(B) 75.67º 0.91% 0.87% -
XYZ 43.09 61.37 10.24 -
YUV 184.01 35.44 118.01 -
System Red Green Blue C M Y K H S L
Decimal 170 223 20 0.24 0 0.91 0.13 75.67 0.84 0.48
Hex AA DF 14 18 0 5B D 4C 54 30
Octal 252 337 24 30 0 133 15 114 124 60
Binary 10101010 11011111 10100 11000 0 1011011 1101 1001100 1010100 110000

Color Harmonies of #AADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF14

Black with #AADF14

Text Example


Text Example

White with #AADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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