Html Css Color HEX #A0E706 Inch Worm

📋 copy color: '#A0E706'

red 160 ◦ green 231 ◦ blue 6

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

Shades of Inch Worm #A0E706

Tints of Inch Worm #A0E706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 58.19%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 40.3%
G = 58.19%
B = 1.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#A0E706 (or 0xA0E706) is known color: Inch Worm. HEX triplet: A0, E7 and 06. RGB value is (160,231,6). Sum of RGB (Red+Green+Blue) = 160+231+6=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E706 is #5F18F9. Grayscale: #B8B8B8. Windows color (decimal): -6232314 or 452512. OLE color: 452512.

HSL color Cylindrical-coordinate representation of color #A0E706: hue angle of 78.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0E706 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 6 -
CMYK 0.31 0 0.97 0.09
HSL 78.93º 0.95% 0.46% -
HSV(B) 78.93º 0.97% 0.91% -
XYZ 43.11 64.64 10.38 -
YUV 184.12 27.48 110.8 -
System Red Green Blue C M Y K H S L
Decimal 160 231 6 0.31 0 0.97 0.09 78.93 0.95 0.46
Hex A0 E7 6 1F 0 61 9 4F 5F 2E
Octal 240 347 6 37 0 141 11 117 137 56
Binary 10100000 11100111 110 11111 0 1100001 1001 1001111 1011111 101110

Color Harmonies of #A0E706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E706

Black with #A0E706

Text Example


Text Example

White with #A0E706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E706; }

 p { color: rgb(160,231,6); }

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

background-color css

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

 a { background-color: rgb(160,231,6); }

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

border-color css

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

 span { border-color: rgb(160,231,6); }

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