Html Css Color HEX #A8F01C Inch Worm

📋 copy color: '#A8F01C'

red 168 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #A8F01C

Tints of Inch Worm #A8F01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 38.53%
G = 55.05%
B = 6.42%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#A8F01C (or 0xA8F01C) is known color: Inch Worm. HEX triplet: A8, F0 and 1C. RGB value is (168,240,28). Sum of RGB (Red+Green+Blue) = 168+240+28=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F01C is #570FE3. Grayscale: #C3C3C3. Windows color (decimal): -5705700 or 1896616. OLE color: 1896616.

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

Color convert

RGB 168 240 28 -
CMYK 0.3 0 0.88 0.06
HSL 80.38º 0.88% 0.53% -
HSV(B) 80.38º 0.88% 0.94% -
XYZ 47.52 70.73 12.25 -
YUV 194.3 34.15 109.24 -
System Red Green Blue C M Y K H S L
Decimal 168 240 28 0.3 0 0.88 0.06 80.38 0.88 0.53
Hex A8 F0 1C 1E 0 58 6 50 58 35
Octal 250 360 34 36 0 130 6 120 130 65
Binary 10101000 11110000 11100 11110 0 1011000 110 1010000 1011000 110101

Color Harmonies of #A8F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F01C

Black with #A8F01C

Text Example


Text Example

White with #A8F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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