Html Css Color HEX #A0EF1E Inch Worm

📋 copy color: '#A0EF1E'

red 160 ◦ green 239 ◦ blue 30

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

Shades of Inch Worm #A0EF1E

Tints of Inch Worm #A0EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.71%

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 37.3%
G = 55.71%
B = 6.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#A0EF1E (or 0xA0EF1E) is known color: Inch Worm. HEX triplet: A0, EF and 1E. RGB value is (160,239,30). Sum of RGB (Red+Green+Blue) = 160+239+30=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 239 (93.75% from 255 or 55.71% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF1E is #5F10E1. Grayscale: #C0C0C0. Windows color (decimal): -6230242 or 2027424. OLE color: 2027424.

HSL color Cylindrical-coordinate representation of color #A0EF1E: hue angle of 82.68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0EF1E is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 30 -
CMYK 0.33 0 0.87 0.06
HSL 82.68º 0.87% 0.53% -
HSV(B) 82.68º 0.87% 0.94% -
XYZ 45.6 69.3 12.2 -
YUV 191.55 36.83 105.49 -
System Red Green Blue C M Y K H S L
Decimal 160 239 30 0.33 0 0.87 0.06 82.68 0.87 0.53
Hex A0 EF 1E 21 0 57 6 53 57 35
Octal 240 357 36 41 0 127 6 123 127 65
Binary 10100000 11101111 11110 100001 0 1010111 110 1010011 1010111 110101

Color Harmonies of #A0EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF1E

Black with #A0EF1E

Text Example


Text Example

White with #A0EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF1E; }

 p { color: rgb(160,239,30); }

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

background-color css

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

 a { background-color: rgb(160,239,30); }

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

border-color css

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

 span { border-color: rgb(160,239,30); }

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