Html Css Color HEX #AADF28 Inch Worm

📋 copy color: '#AADF28'

red 170 ◦ green 223 ◦ blue 40

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

Shades of Inch Worm #AADF28

Tints of Inch Worm #AADF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 39.26%
G = 51.5%
B = 9.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AADF28 (or 0xAADF28) is known color: Inch Worm. HEX triplet: AA, DF and 28. RGB value is (170,223,40). Sum of RGB (Red+Green+Blue) = 170+223+40=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF28 is #5520D7. Grayscale: #BABABA. Windows color (decimal): -5578968 or 2678698. OLE color: 2678698.

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

Color convert

RGB 170 223 40 -
CMYK 0.24 0 0.82 0.13
HSL 77.38º 0.74% 0.52% -
HSV(B) 77.38º 0.82% 0.87% -
XYZ 43.35 61.47 11.59 -
YUV 186.29 45.44 116.38 -
System Red Green Blue C M Y K H S L
Decimal 170 223 40 0.24 0 0.82 0.13 77.38 0.74 0.52
Hex AA DF 28 18 0 52 D 4D 4A 34
Octal 252 337 50 30 0 122 15 115 112 64
Binary 10101010 11011111 101000 11000 0 1010010 1101 1001101 1001010 110100

Color Harmonies of #AADF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF28

Black with #AADF28

Text Example


Text Example

White with #AADF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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