Html Css Color HEX #A8E413 Inch Worm

📋 copy color: '#A8E413'

red 168 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #A8E413

Tints of Inch Worm #A8E413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.94%

 BLUE value IS 19 (7.81% from 255) = 4.58%

R = 40.48%
G = 54.94%
B = 4.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#A8E413 (or 0xA8E413) is known color: Inch Worm. HEX triplet: A8, E4 and 13. RGB value is (168,228,19). Sum of RGB (Red+Green+Blue) = 168+228+19=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E413 is #571BEC. Grayscale: #BBBBBB. Windows color (decimal): -5708781 or 1303720. OLE color: 1303720.

HSL color Cylindrical-coordinate representation of color #A8E413: hue angle of 77.22º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8E413 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 19 -
CMYK 0.26 0 0.92 0.11
HSL 77.22º 0.85% 0.48% -
HSV(B) 77.22º 0.92% 0.89% -
XYZ 44.01 63.86 10.62 -
YUV 186.23 33.62 114.99 -
System Red Green Blue C M Y K H S L
Decimal 168 228 19 0.26 0 0.92 0.11 77.22 0.85 0.48
Hex A8 E4 13 1A 0 5C B 4D 55 30
Octal 250 344 23 32 0 134 13 115 125 60
Binary 10101000 11100100 10011 11010 0 1011100 1011 1001101 1010101 110000

Color Harmonies of #A8E413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E413

Black with #A8E413

Text Example


Text Example

White with #A8E413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E413; }

 p { color: rgb(168,228,19); }

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

background-color css

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

 a { background-color: rgb(168,228,19); }

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

border-color css

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

 span { border-color: rgb(168,228,19); }

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