Html Css Color HEX #AAD308 Inch Worm

📋 copy color: '#AAD308'

red 170 ◦ green 211 ◦ blue 8

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

Shades of Inch Worm #AAD308

Tints of Inch Worm #AAD308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.24%

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

R = 43.7%
G = 54.24%
B = 2.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#AAD308 (or 0xAAD308) is known color: Inch Worm. HEX triplet: AA, D3 and 08. RGB value is (170,211,8). Sum of RGB (Red+Green+Blue) = 170+211+8=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD308 is #552CF7. Grayscale: #B0B0B0. Windows color (decimal): -5582072 or 578474. OLE color: 578474.

HSL color Cylindrical-coordinate representation of color #AAD308: hue angle of 72.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAD308 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 8 -
CMYK 0.19 0 0.96 0.17
HSL 72.12º 0.93% 0.43% -
HSV(B) 72.12º 0.96% 0.83% -
XYZ 39.92 55.15 8.77 -
YUV 175.6 33.42 124.01 -
System Red Green Blue C M Y K H S L
Decimal 170 211 8 0.19 0 0.96 0.17 72.12 0.93 0.43
Hex AA D3 8 13 0 60 11 48 5D 2B
Octal 252 323 10 23 0 140 21 110 135 53
Binary 10101010 11010011 1000 10011 0 1100000 10001 1001000 1011101 101011

Color Harmonies of #AAD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD308

Black with #AAD308

Text Example


Text Example

White with #AAD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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