Html Css Color HEX #A8D720 Inch Worm

📋 copy color: '#A8D720'

red 168 ◦ green 215 ◦ blue 32

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

Shades of Inch Worm #A8D720

Tints of Inch Worm #A8D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.81%

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 40.48%
G = 51.81%
B = 7.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#A8D720 (or 0xA8D720) is known color: Inch Worm. HEX triplet: A8, D7 and 20. RGB value is (168,215,32). Sum of RGB (Red+Green+Blue) = 168+215+32=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D720 is #5728DF. Grayscale: #B4B4B4. Windows color (decimal): -5712096 or 2152360. OLE color: 2152360.

HSL color Cylindrical-coordinate representation of color #A8D720: hue angle of 75.41º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8D720 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 32 -
CMYK 0.22 0 0.85 0.16
HSL 75.41º 0.74% 0.48% -
HSV(B) 75.41º 0.85% 0.84% -
XYZ 40.71 57.03 10.23 -
YUV 180.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 168 215 32 0.22 0 0.85 0.16 75.41 0.74 0.48
Hex A8 D7 20 16 0 55 10 4B 4A 30
Octal 250 327 40 26 0 125 20 113 112 60
Binary 10101000 11010111 100000 10110 0 1010101 10000 1001011 1001010 110000

Color Harmonies of #A8D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D720

Black with #A8D720

Text Example


Text Example

White with #A8D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D720; }

 p { color: rgb(168,215,32); }

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

background-color css

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

 a { background-color: rgb(168,215,32); }

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

border-color css

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

 span { border-color: rgb(168,215,32); }

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