Html Css Color HEX #AADF04 Inch Worm

📋 copy color: '#AADF04'

red 170 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #AADF04

Tints of Inch Worm #AADF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 42.82%
G = 56.17%
B = 1.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#AADF04 (or 0xAADF04) is known color: Inch Worm. HEX triplet: AA, DF and 04. RGB value is (170,223,4). Sum of RGB (Red+Green+Blue) = 170+223+4=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF04 is #5520FB. Grayscale: #B7B7B7. Windows color (decimal): -5579004 or 319402. OLE color: 319402.

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

Color convert

RGB 170 223 4 -
CMYK 0.24 0 0.98 0.13
HSL 74.52º 0.96% 0.45% -
HSV(B) 74.52º 0.98% 0.87% -
XYZ 42.99 61.33 9.69 -
YUV 182.19 27.44 119.31 -
System Red Green Blue C M Y K H S L
Decimal 170 223 4 0.24 0 0.98 0.13 74.52 0.96 0.45
Hex AA DF 4 18 0 62 D 4B 60 2D
Octal 252 337 4 30 0 142 15 113 140 55
Binary 10101010 11011111 100 11000 0 1100010 1101 1001011 1100000 101101

Color Harmonies of #AADF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF04

Black with #AADF04

Text Example


Text Example

White with #AADF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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