Html Css Color HEX #AADA0C Inch Worm

📋 copy color: '#AADA0C'

red 170 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #AADA0C

Tints of Inch Worm #AADA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.5%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 42.5%
G = 54.5%
B = 3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AADA0C (or 0xAADA0C) is known color: Inch Worm. HEX triplet: AA, DA and 0C. RGB value is (170,218,12). Sum of RGB (Red+Green+Blue) = 170+218+12=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA0C is #5525F3. Grayscale: #B4B4B4. Windows color (decimal): -5580276 or 842410. OLE color: 842410.

HSL color Cylindrical-coordinate representation of color #AADA0C: hue angle of 73.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AADA0C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 12 -
CMYK 0.22 0 0.94 0.15
HSL 73.98º 0.9% 0.45% -
HSV(B) 73.98º 0.94% 0.85% -
XYZ 41.72 58.72 9.48 -
YUV 180.16 33.1 120.75 -
System Red Green Blue C M Y K H S L
Decimal 170 218 12 0.22 0 0.94 0.15 73.98 0.9 0.45
Hex AA DA C 16 0 5E F 4A 5A 2D
Octal 252 332 14 26 0 136 17 112 132 55
Binary 10101010 11011010 1100 10110 0 1011110 1111 1001010 1011010 101101

Color Harmonies of #AADA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA0C

Black with #AADA0C

Text Example


Text Example

White with #AADA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA0C; }

 p { color: rgb(170,218,12); }

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

background-color css

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

 a { background-color: rgb(170,218,12); }

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

border-color css

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

 span { border-color: rgb(170,218,12); }

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