Html Css Color HEX #A0E01B Inch Worm

📋 copy color: '#A0E01B'

red 160 ◦ green 224 ◦ blue 27

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

Shades of Inch Worm #A0E01B

Tints of Inch Worm #A0E01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.5%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 38.93%
G = 54.5%
B = 6.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#A0E01B (or 0xA0E01B) is known color: Inch Worm. HEX triplet: A0, E0 and 1B. RGB value is (160,224,27). Sum of RGB (Red+Green+Blue) = 160+224+27=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E01B is #5F1FE4. Grayscale: #B7B7B7. Windows color (decimal): -6234085 or 1826976. OLE color: 1826976.

HSL color Cylindrical-coordinate representation of color #A0E01B: hue angle of 79.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0E01B is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 27 -
CMYK 0.29 0 0.88 0.12
HSL 79.49º 0.78% 0.49% -
HSV(B) 79.49º 0.88% 0.88% -
XYZ 41.35 60.86 10.61 -
YUV 182.41 40.3 112.02 -
System Red Green Blue C M Y K H S L
Decimal 160 224 27 0.29 0 0.88 0.12 79.49 0.78 0.49
Hex A0 E0 1B 1D 0 58 C 4F 4E 31
Octal 240 340 33 35 0 130 14 117 116 61
Binary 10100000 11100000 11011 11101 0 1011000 1100 1001111 1001110 110001

Color Harmonies of #A0E01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E01B

Black with #A0E01B

Text Example


Text Example

White with #A0E01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E01B; }

 p { color: rgb(160,224,27); }

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

background-color css

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

 a { background-color: rgb(160,224,27); }

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

border-color css

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

 span { border-color: rgb(160,224,27); }

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