Html Css Color HEX #A8DD0F Inch Worm

📋 copy color: '#A8DD0F'

red 168 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #A8DD0F

Tints of Inch Worm #A8DD0F

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

 GREEN value IS 221 (86.72% from 255) = 54.7%

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 41.58%
G = 54.7%
B = 3.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#A8DD0F (or 0xA8DD0F) is known color: Inch Worm. HEX triplet: A8, DD and 0F. RGB value is (168,221,15). Sum of RGB (Red+Green+Blue) = 168+221+15=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DD0F is #5722F0. Grayscale: #B6B6B6. Windows color (decimal): -5710577 or 1039784. OLE color: 1039784.

HSL color Cylindrical-coordinate representation of color #A8DD0F: hue angle of 75.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8DD0F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 15 -
CMYK 0.24 0 0.93 0.13
HSL 75.44º 0.87% 0.46% -
HSV(B) 75.44º 0.93% 0.87% -
XYZ 42.09 60.07 9.83 -
YUV 181.67 33.94 118.25 -
System Red Green Blue C M Y K H S L
Decimal 168 221 15 0.24 0 0.93 0.13 75.44 0.87 0.46
Hex A8 DD F 18 0 5D D 4B 57 2E
Octal 250 335 17 30 0 135 15 113 127 56
Binary 10101000 11011101 1111 11000 0 1011101 1101 1001011 1010111 101110

Color Harmonies of #A8DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD0F

Black with #A8DD0F

Text Example


Text Example

White with #A8DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD0F; }

 p { color: rgb(168,221,15); }

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

background-color css

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

 a { background-color: rgb(168,221,15); }

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

border-color css

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

 span { border-color: rgb(168,221,15); }

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