Html Css Color HEX #A8F112 Inch Worm

📋 copy color: '#A8F112'

red 168 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #A8F112

Tints of Inch Worm #A8F112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.22%

R = 39.34%
G = 56.44%
B = 4.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#A8F112 (or 0xA8F112) is known color: Inch Worm. HEX triplet: A8, F1 and 12. RGB value is (168,241,18). Sum of RGB (Red+Green+Blue) = 168+241+18=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F112 is #570EED. Grayscale: #C2C2C2. Windows color (decimal): -5705454 or 1241512. OLE color: 1241512.

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

Color convert

RGB 168 241 18 -
CMYK 0.30 0 0.93 0.05
HSL 79.64º 0.89% 0.51% -
HSV(B) 79.64º 0.93% 0.95% -
XYZ 47.71 71.28 11.82 -
YUV 193.75 28.82 109.63 -
System Red Green Blue C M Y K H S L
Decimal 168 241 18 0.30 0 0.93 0.05 79.64 0.89 0.51
Hex A8 F1 12 1E 0 5D 5 50 59 33
Octal 250 361 22 36 0 135 5 120 131 63
Binary 10101000 11110001 10010 11110 0 1011101 101 1010000 1011001 110011

Color Harmonies of #A8F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F112

Black with #A8F112

Text Example


Text Example

White with #A8F112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F112; }

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

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

background-color css

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

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

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

border-color css

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

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

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