Html Css Color HEX #AADF09 Inch Worm

📋 copy color: '#AADF09'

red 170 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #AADF09

Tints of Inch Worm #AADF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 42.29%
G = 55.47%
B = 2.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#AADF09 (or 0xAADF09) is known color: Inch Worm. HEX triplet: AA, DF and 09. RGB value is (170,223,9). Sum of RGB (Red+Green+Blue) = 170+223+9=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF09 is #5520F6. Grayscale: #B7B7B7. Windows color (decimal): -5578999 or 647082. OLE color: 647082.

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

Color convert

RGB 170 223 9 -
CMYK 0.24 0 0.96 0.13
HSL 74.86º 0.92% 0.45% -
HSV(B) 74.86º 0.96% 0.87% -
XYZ 43.01 61.34 9.83 -
YUV 182.76 29.94 118.9 -
System Red Green Blue C M Y K H S L
Decimal 170 223 9 0.24 0 0.96 0.13 74.86 0.92 0.45
Hex AA DF 9 18 0 60 D 4B 5C 2D
Octal 252 337 11 30 0 140 15 113 134 55
Binary 10101010 11011111 1001 11000 0 1100000 1101 1001011 1011100 101101

Color Harmonies of #AADF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF09

Black with #AADF09

Text Example


Text Example

White with #AADF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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