Html Css Color HEX #A8D522 Inch Worm

📋 copy color: '#A8D522'

red 168 ◦ green 213 ◦ blue 34

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

Shades of Inch Worm #A8D522

Tints of Inch Worm #A8D522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 40.48%
G = 51.33%
B = 8.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#A8D522 (or 0xA8D522) is known color: Inch Worm. HEX triplet: A8, D5 and 22. RGB value is (168,213,34). Sum of RGB (Red+Green+Blue) = 168+213+34=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D522 is #572ADD. Grayscale: #B3B3B3. Windows color (decimal): -5712606 or 2282920. OLE color: 2282920.

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

Color convert

RGB 168 213 34 -
CMYK 0.21 0 0.84 0.16
HSL 75.08º 0.72% 0.48% -
HSV(B) 75.08º 0.84% 0.84% -
XYZ 40.23 56.03 10.21 -
YUV 179.14 46.09 120.05 -
System Red Green Blue C M Y K H S L
Decimal 168 213 34 0.21 0 0.84 0.16 75.08 0.72 0.48
Hex A8 D5 22 15 0 54 10 4B 48 30
Octal 250 325 42 25 0 124 20 113 110 60
Binary 10101000 11010101 100010 10101 0 1010100 10000 1001011 1001000 110000

Color Harmonies of #A8D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D522

Black with #A8D522

Text Example


Text Example

White with #A8D522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D522; }

 p { color: rgb(168,213,34); }

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

background-color css

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

 a { background-color: rgb(168,213,34); }

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

border-color css

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

 span { border-color: rgb(168,213,34); }

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