Html Css Color HEX #A0F01D Inch Worm

📋 copy color: '#A0F01D'

red 160 ◦ green 240 ◦ blue 29

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

Shades of Inch Worm #A0F01D

Tints of Inch Worm #A0F01D

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

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

 BLUE value IS 29 (11.72% from 255) = 6.76%

R = 37.3%
G = 55.94%
B = 6.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#A0F01D (or 0xA0F01D) is known color: Inch Worm. HEX triplet: A0, F0 and 1D. RGB value is (160,240,29). Sum of RGB (Red+Green+Blue) = 160+240+29=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F01D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F01D is #5F0FE2. Grayscale: #C0C0C0. Windows color (decimal): -6229987 or 1962144. OLE color: 1962144.

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

Color convert

RGB 160 240 29 -
CMYK 0.33 0 0.88 0.06
HSL 82.75º 0.88% 0.53% -
HSV(B) 82.75º 0.88% 0.94% -
XYZ 45.88 69.88 12.23 -
YUV 192.03 36 105.16 -
System Red Green Blue C M Y K H S L
Decimal 160 240 29 0.33 0 0.88 0.06 82.75 0.88 0.53
Hex A0 F0 1D 21 0 58 6 53 58 35
Octal 240 360 35 41 0 130 6 123 130 65
Binary 10100000 11110000 11101 100001 0 1011000 110 1010011 1011000 110101

Color Harmonies of #A0F01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F01D

Black with #A0F01D

Text Example


Text Example

White with #A0F01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F01D; }

 p { color: rgb(160,240,29); }

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

background-color css

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

 a { background-color: rgb(160,240,29); }

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

border-color css

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

 span { border-color: rgb(160,240,29); }

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