Html Css Color HEX #A8E502 Inch Worm

📋 copy color: '#A8E502'

red 168 ◦ green 229 ◦ blue 2

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

Shades of Inch Worm #A8E502

Tints of Inch Worm #A8E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 57.39%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 42.11%
G = 57.39%
B = 0.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#A8E502 (or 0xA8E502) is known color: Inch Worm. HEX triplet: A8, E5 and 02. RGB value is (168,229,2). Sum of RGB (Red+Green+Blue) = 168+229+2=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E502 is #571AFD. Grayscale: #B9B9B9. Windows color (decimal): -5708542 or 189864. OLE color: 189864.

HSL color Cylindrical-coordinate representation of color #A8E502: hue angle of 76.12º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8E502 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 229 2 -
CMYK 0.27 0 0.99 0.10
HSL 76.12º 0.98% 0.45% -
HSV(B) 76.12º 0.99% 0.9% -
XYZ 44.18 64.37 10.15 -
YUV 184.88 24.79 115.96 -
System Red Green Blue C M Y K H S L
Decimal 168 229 2 0.27 0 0.99 0.10 76.12 0.98 0.45
Hex A8 E5 2 1B 0 63 A 4C 62 2D
Octal 250 345 2 33 0 143 12 114 142 55
Binary 10101000 11100101 10 11011 0 1100011 1010 1001100 1100010 101101

Color Harmonies of #A8E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E502

Black with #A8E502

Text Example


Text Example

White with #A8E502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E502; }

 p { color: rgb(168,229,2); }

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

background-color css

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

 a { background-color: rgb(168,229,2); }

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

border-color css

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

 span { border-color: rgb(168,229,2); }

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