Html Css Color HEX #A8F21A Inch Worm

📋 copy color: '#A8F21A'

red 168 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #A8F21A

Tints of Inch Worm #A8F21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.5%

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 38.53%
G = 55.5%
B = 5.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#A8F21A (or 0xA8F21A) is known color: Inch Worm. HEX triplet: A8, F2 and 1A. RGB value is (168,242,26). Sum of RGB (Red+Green+Blue) = 168+242+26=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F21A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F21A is #570DE5. Grayscale: #C4C4C4. Windows color (decimal): -5705190 or 1766056. OLE color: 1766056.

HSL color Cylindrical-coordinate representation of color #A8F21A: hue angle of 80.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F21A is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 26 -
CMYK 0.31 0 0.89 0.05
HSL 80.56º 0.89% 0.53% -
HSV(B) 80.56º 0.89% 0.95% -
XYZ 48.09 71.9 12.32 -
YUV 195.25 32.48 108.56 -
System Red Green Blue C M Y K H S L
Decimal 168 242 26 0.31 0 0.89 0.05 80.56 0.89 0.53
Hex A8 F2 1A 1F 0 59 5 51 59 35
Octal 250 362 32 37 0 131 5 121 131 65
Binary 10101000 11110010 11010 11111 0 1011001 101 1010001 1011001 110101

Color Harmonies of #A8F21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F21A

Black with #A8F21A

Text Example


Text Example

White with #A8F21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F21A; }

 p { color: rgb(168,242,26); }

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

background-color css

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

 a { background-color: rgb(168,242,26); }

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

border-color css

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

 span { border-color: rgb(168,242,26); }

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