Html Css Color HEX #A8F018 Inch Worm

📋 copy color: '#A8F018'

red 168 ◦ green 240 ◦ blue 24

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

Shades of Inch Worm #A8F018

Tints of Inch Worm #A8F018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.56%

R = 38.89%
G = 55.56%
B = 5.56%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#A8F018 (or 0xA8F018) is known color: Inch Worm. HEX triplet: A8, F0 and 18. RGB value is (168,240,24). Sum of RGB (Red+Green+Blue) = 168+240+24=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F018 is #570FE7. Grayscale: #C2C2C2. Windows color (decimal): -5705704 or 1634472. OLE color: 1634472.

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

Color convert

RGB 168 240 24 -
CMYK 0.3 0 0.9 0.06
HSL 80º 0.88% 0.52% -
HSV(B) 80º 0.9% 0.94% -
XYZ 47.47 70.71 12.01 -
YUV 193.85 32.15 109.56 -
System Red Green Blue C M Y K H S L
Decimal 168 240 24 0.3 0 0.9 0.06 80 0.88 0.52
Hex A8 F0 18 1E 0 5A 6 50 58 34
Octal 250 360 30 36 0 132 6 120 130 64
Binary 10101000 11110000 11000 11110 0 1011010 110 1010000 1011000 110100

Color Harmonies of #A8F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F018

Black with #A8F018

Text Example


Text Example

White with #A8F018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F018; }

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

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

background-color css

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

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

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

border-color css

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

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

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