Html Css Color HEX #A8F11E Inch Worm

📋 copy color: '#A8F11E'

red 168 ◦ green 241 ◦ blue 30

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

Shades of Inch Worm #A8F11E

Tints of Inch Worm #A8F11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 38.27%
G = 54.9%
B = 6.83%

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

#A8F11E (or 0xA8F11E) is known color: Inch Worm. HEX triplet: A8, F1 and 1E. RGB value is (168,241,30). Sum of RGB (Red+Green+Blue) = 168+241+30=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F11E is #570EE1. Grayscale: #C3C3C3. Windows color (decimal): -5705442 or 2027944. OLE color: 2027944.

HSL color Cylindrical-coordinate representation of color #A8F11E: hue angle of 80.76º 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 #A8F11E is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 30 -
CMYK 0.30 0 0.88 0.05
HSL 80.76º 0.88% 0.53% -
HSV(B) 80.76º 0.88% 0.95% -
XYZ 47.84 71.33 12.47 -
YUV 195.12 34.82 108.66 -
System Red Green Blue C M Y K H S L
Decimal 168 241 30 0.30 0 0.88 0.05 80.76 0.88 0.53
Hex A8 F1 1E 1E 0 58 5 51 58 35
Octal 250 361 36 36 0 130 5 121 130 65
Binary 10101000 11110001 11110 11110 0 1011000 101 1010001 1011000 110101

Color Harmonies of #A8F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F11E

Black with #A8F11E

Text Example


Text Example

White with #A8F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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