Html Css Color HEX #A8F01E Inch Worm

📋 copy color: '#A8F01E'

red 168 ◦ green 240 ◦ blue 30

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

Shades of Inch Worm #A8F01E

Tints of Inch Worm #A8F01E

RGB

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

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

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

R = 38.36%
G = 54.79%
B = 6.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#A8F01E (or 0xA8F01E) is known color: Inch Worm. HEX triplet: A8, F0 and 1E. RGB value is (168,240,30). Sum of RGB (Red+Green+Blue) = 168+240+30=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F01E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F01E is #570FE1. Grayscale: #C3C3C3. Windows color (decimal): -5705698 or 2027688. OLE color: 2027688.

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

Color convert

RGB 168 240 30 -
CMYK 0.3 0 0.87 0.06
HSL 80.57º 0.88% 0.53% -
HSV(B) 80.57º 0.88% 0.94% -
XYZ 47.54 70.74 12.38 -
YUV 194.53 35.15 109.08 -
System Red Green Blue C M Y K H S L
Decimal 168 240 30 0.3 0 0.87 0.06 80.57 0.88 0.53
Hex A8 F0 1E 1E 0 57 6 51 58 35
Octal 250 360 36 36 0 127 6 121 130 65
Binary 10101000 11110000 11110 11110 0 1010111 110 1010001 1011000 110101

Color Harmonies of #A8F01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F01E

Black with #A8F01E

Text Example


Text Example

White with #A8F01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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