Html Css Color HEX #A0DF07 Inch Worm

📋 copy color: '#A0DF07'

red 160 ◦ green 223 ◦ blue 7

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

Shades of Inch Worm #A0DF07

Tints of Inch Worm #A0DF07

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.18%

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 41.03%
G = 57.18%
B = 1.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#A0DF07 (or 0xA0DF07) is known color: Inch Worm. HEX triplet: A0, DF and 07. RGB value is (160,223,7). Sum of RGB (Red+Green+Blue) = 160+223+7=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DF07 is #5F20F8. Grayscale: #B4B4B4. Windows color (decimal): -6234361 or 516000. OLE color: 516000.

HSL color Cylindrical-coordinate representation of color #A0DF07: hue angle of 77.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0DF07 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 7 -
CMYK 0.28 0 0.97 0.13
HSL 77.5º 0.94% 0.45% -
HSV(B) 77.5º 0.97% 0.87% -
XYZ 40.92 60.26 9.68 -
YUV 179.54 30.63 114.06 -
System Red Green Blue C M Y K H S L
Decimal 160 223 7 0.28 0 0.97 0.13 77.5 0.94 0.45
Hex A0 DF 7 1C 0 61 D 4E 5E 2D
Octal 240 337 7 34 0 141 15 116 136 55
Binary 10100000 11011111 111 11100 0 1100001 1101 1001110 1011110 101101

Color Harmonies of #A0DF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF07

Black with #A0DF07

Text Example


Text Example

White with #A0DF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF07; }

 p { color: rgb(160,223,7); }

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

background-color css

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

 a { background-color: rgb(160,223,7); }

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

border-color css

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

 span { border-color: rgb(160,223,7); }

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