Html Css Color HEX #A8F015 Inch Worm

📋 copy color: '#A8F015'

red 168 ◦ green 240 ◦ blue 21

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

Shades of Inch Worm #A8F015

Tints of Inch Worm #A8F015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.9%

R = 39.16%
G = 55.94%
B = 4.9%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#A8F015 (or 0xA8F015) is known color: Inch Worm. HEX triplet: A8, F0 and 15. RGB value is (168,240,21). Sum of RGB (Red+Green+Blue) = 168+240+21=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F015 is #570FEA. Grayscale: #C2C2C2. Windows color (decimal): -5705707 or 1437864. OLE color: 1437864.

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

Color convert

RGB 168 240 21 -
CMYK 0.3 0 0.91 0.06
HSL 79.73º 0.88% 0.51% -
HSV(B) 79.73º 0.91% 0.94% -
XYZ 47.44 70.7 11.86 -
YUV 193.51 30.65 109.81 -
System Red Green Blue C M Y K H S L
Decimal 168 240 21 0.3 0 0.91 0.06 79.73 0.88 0.51
Hex A8 F0 15 1E 0 5B 6 50 58 33
Octal 250 360 25 36 0 133 6 120 130 63
Binary 10101000 11110000 10101 11110 0 1011011 110 1010000 1011000 110011

Color Harmonies of #A8F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F015

Black with #A8F015

Text Example


Text Example

White with #A8F015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F015; }

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

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

background-color css

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

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

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

border-color css

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

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

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