Html Css Color HEX #A8F114 Inch Worm

📋 copy color: '#A8F114'

red 168 ◦ green 241 ◦ blue 20

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

Shades of Inch Worm #A8F114

Tints of Inch Worm #A8F114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 39.16%
G = 56.18%
B = 4.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#A8F114 (or 0xA8F114) is known color: Inch Worm. HEX triplet: A8, F1 and 14. RGB value is (168,241,20). Sum of RGB (Red+Green+Blue) = 168+241+20=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F114 is #570EEB. Grayscale: #C2C2C2. Windows color (decimal): -5705452 or 1372584. OLE color: 1372584.

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

Color convert

RGB 168 241 20 -
CMYK 0.30 0 0.92 0.05
HSL 79.82º 0.89% 0.51% -
HSV(B) 79.82º 0.92% 0.95% -
XYZ 47.73 71.29 11.91 -
YUV 193.98 29.82 109.47 -
System Red Green Blue C M Y K H S L
Decimal 168 241 20 0.30 0 0.92 0.05 79.82 0.89 0.51
Hex A8 F1 14 1E 0 5C 5 50 59 33
Octal 250 361 24 36 0 134 5 120 131 63
Binary 10101000 11110001 10100 11110 0 1011100 101 1010000 1011001 110011

Color Harmonies of #A8F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F114

Black with #A8F114

Text Example


Text Example

White with #A8F114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F114; }

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

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

background-color css

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

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

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

border-color css

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

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

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