Html Css Color HEX #A8E505 Inch Worm

📋 copy color: '#A8E505'

red 168 ◦ green 229 ◦ blue 5

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

Shades of Inch Worm #A8E505

Tints of Inch Worm #A8E505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 41.79%
G = 56.97%
B = 1.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#A8E505 (or 0xA8E505) is known color: Inch Worm. HEX triplet: A8, E5 and 05. RGB value is (168,229,5). Sum of RGB (Red+Green+Blue) = 168+229+5=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 229 (89.84% from 255 or 56.97% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E505 is #571AFA. Grayscale: #BABABA. Windows color (decimal): -5708539 or 386472. OLE color: 386472.

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

Color convert

RGB 168 229 5 -
CMYK 0.27 0 0.98 0.10
HSL 76.34º 0.96% 0.46% -
HSV(B) 76.34º 0.98% 0.9% -
XYZ 44.2 64.37 10.24 -
YUV 185.23 26.29 115.71 -
System Red Green Blue C M Y K H S L
Decimal 168 229 5 0.27 0 0.98 0.10 76.34 0.96 0.46
Hex A8 E5 5 1B 0 62 A 4C 60 2E
Octal 250 345 5 33 0 142 12 114 140 56
Binary 10101000 11100101 101 11011 0 1100010 1010 1001100 1100000 101110

Color Harmonies of #A8E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E505

Black with #A8E505

Text Example


Text Example

White with #A8E505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E505; }

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

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

background-color css

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

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

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

border-color css

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

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

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