Html Css Color HEX #AADB06 Inch Worm

📋 copy color: '#AADB06'

red 170 ◦ green 219 ◦ blue 6

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

Shades of Inch Worm #AADB06

Tints of Inch Worm #AADB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 43.04%
G = 55.44%
B = 1.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#AADB06 (or 0xAADB06) is known color: Inch Worm. HEX triplet: AA, DB and 06. RGB value is (170,219,6). Sum of RGB (Red+Green+Blue) = 170+219+6=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB06 is #5524F9. Grayscale: #B4B4B4. Windows color (decimal): -5580026 or 449450. OLE color: 449450.

HSL color Cylindrical-coordinate representation of color #AADB06: hue angle of 73.8º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AADB06 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 6 -
CMYK 0.22 0 0.97 0.14
HSL 73.8º 0.95% 0.44% -
HSV(B) 73.8º 0.97% 0.86% -
XYZ 41.94 59.22 9.39 -
YUV 180.07 29.77 120.82 -
System Red Green Blue C M Y K H S L
Decimal 170 219 6 0.22 0 0.97 0.14 73.8 0.95 0.44
Hex AA DB 6 16 0 61 E 4A 5F 2C
Octal 252 333 6 26 0 141 16 112 137 54
Binary 10101010 11011011 110 10110 0 1100001 1110 1001010 1011111 101100

Color Harmonies of #AADB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB06

Black with #AADB06

Text Example


Text Example

White with #AADB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB06; }

 p { color: rgb(170,219,6); }

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

background-color css

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

 a { background-color: rgb(170,219,6); }

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

border-color css

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

 span { border-color: rgb(170,219,6); }

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