Html Css Color HEX #A8F11C Inch Worm

📋 copy color: '#A8F11C'

red 168 ◦ green 241 ◦ blue 28

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

Shades of Inch Worm #A8F11C

Tints of Inch Worm #A8F11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.15%

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 38.44%
G = 55.15%
B = 6.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#A8F11C (or 0xA8F11C) is known color: Inch Worm. HEX triplet: A8, F1 and 1C. RGB value is (168,241,28). Sum of RGB (Red+Green+Blue) = 168+241+28=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F11C is #570EE3. Grayscale: #C3C3C3. Windows color (decimal): -5705444 or 1896872. OLE color: 1896872.

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

Color convert

RGB 168 241 28 -
CMYK 0.30 0 0.88 0.05
HSL 80.56º 0.88% 0.53% -
HSV(B) 80.56º 0.88% 0.95% -
XYZ 47.81 71.32 12.34 -
YUV 194.89 33.82 108.82 -
System Red Green Blue C M Y K H S L
Decimal 168 241 28 0.30 0 0.88 0.05 80.56 0.88 0.53
Hex A8 F1 1C 1E 0 58 5 51 58 35
Octal 250 361 34 36 0 130 5 121 130 65
Binary 10101000 11110001 11100 11110 0 1011000 101 1010001 1011000 110101

Color Harmonies of #A8F11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F11C

Black with #A8F11C

Text Example


Text Example

White with #A8F11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F11C; }

 p { color: rgb(168,241,28); }

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

background-color css

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

 a { background-color: rgb(168,241,28); }

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

border-color css

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

 span { border-color: rgb(168,241,28); }

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