Html Css Color HEX #A8F01A Inch Worm

📋 copy color: '#A8F01A'

red 168 ◦ green 240 ◦ blue 26

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

Shades of Inch Worm #A8F01A

Tints of Inch Worm #A8F01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.3%

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

R = 38.71%
G = 55.3%
B = 5.99%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#A8F01A (or 0xA8F01A) is known color: Inch Worm. HEX triplet: A8, F0 and 1A. RGB value is (168,240,26). Sum of RGB (Red+Green+Blue) = 168+240+26=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F01A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F01A is #570FE5. Grayscale: #C2C2C2. Windows color (decimal): -5705702 or 1765544. OLE color: 1765544.

HSL color Cylindrical-coordinate representation of color #A8F01A: hue angle of 80.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F01A is Cyan = 0.3, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 26 -
CMYK 0.3 0 0.89 0.06
HSL 80.19º 0.88% 0.52% -
HSV(B) 80.19º 0.89% 0.94% -
XYZ 47.49 70.72 12.12 -
YUV 194.08 33.15 109.4 -
System Red Green Blue C M Y K H S L
Decimal 168 240 26 0.3 0 0.89 0.06 80.19 0.88 0.52
Hex A8 F0 1A 1E 0 59 6 50 58 34
Octal 250 360 32 36 0 131 6 120 130 64
Binary 10101000 11110000 11010 11110 0 1011001 110 1010000 1011000 110100

Color Harmonies of #A8F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F01A

Black with #A8F01A

Text Example


Text Example

White with #A8F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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