Html Css Color HEX #AADB08 Inch Worm

📋 copy color: '#AADB08'

red 170 ◦ green 219 ◦ blue 8

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

Shades of Inch Worm #AADB08

Tints of Inch Worm #AADB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 42.82%
G = 55.16%
B = 2.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#AADB08 (or 0xAADB08) is known color: Inch Worm. HEX triplet: AA, DB and 08. RGB value is (170,219,8). Sum of RGB (Red+Green+Blue) = 170+219+8=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB08 is #5524F7. Grayscale: #B5B5B5. Windows color (decimal): -5580024 or 580522. OLE color: 580522.

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

Color convert

RGB 170 219 8 -
CMYK 0.22 0 0.96 0.14
HSL 73.93º 0.93% 0.45% -
HSV(B) 73.93º 0.96% 0.86% -
XYZ 41.95 59.23 9.45 -
YUV 180.3 30.77 120.66 -
System Red Green Blue C M Y K H S L
Decimal 170 219 8 0.22 0 0.96 0.14 73.93 0.93 0.45
Hex AA DB 8 16 0 60 E 4A 5D 2D
Octal 252 333 10 26 0 140 16 112 135 55
Binary 10101010 11011011 1000 10110 0 1100000 1110 1001010 1011101 101101

Color Harmonies of #AADB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB08

Black with #AADB08

Text Example


Text Example

White with #AADB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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