Html Css Color HEX #AADB05 Inch Worm

📋 copy color: '#AADB05'

red 170 ◦ green 219 ◦ blue 5

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

Shades of Inch Worm #AADB05

Tints of Inch Worm #AADB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 43.15%
G = 55.58%
B = 1.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#AADB05 (or 0xAADB05) is known color: Inch Worm. HEX triplet: AA, DB and 05. RGB value is (170,219,5). Sum of RGB (Red+Green+Blue) = 170+219+5=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB05 is #5524FA. Grayscale: #B4B4B4. Windows color (decimal): -5580027 or 383914. OLE color: 383914.

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

Color convert

RGB 170 219 5 -
CMYK 0.22 0 0.98 0.14
HSL 73.74º 0.96% 0.44% -
HSV(B) 73.74º 0.98% 0.86% -
XYZ 41.94 59.22 9.36 -
YUV 179.95 29.27 120.9 -
System Red Green Blue C M Y K H S L
Decimal 170 219 5 0.22 0 0.98 0.14 73.74 0.96 0.44
Hex AA DB 5 16 0 62 E 4A 60 2C
Octal 252 333 5 26 0 142 16 112 140 54
Binary 10101010 11011011 101 10110 0 1100010 1110 1001010 1100000 101100

Color Harmonies of #AADB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB05

Black with #AADB05

Text Example


Text Example

White with #AADB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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