Html Css Color HEX #A4E314 Inch Worm

📋 copy color: '#A4E314'

red 164 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #A4E314

Tints of Inch Worm #A4E314

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 227 (89.06% from 255) = 55.23%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 39.9%
G = 55.23%
B = 4.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#A4E314 (or 0xA4E314) is known color: Inch Worm. HEX triplet: A4, E3 and 14. RGB value is (164,227,20). Sum of RGB (Red+Green+Blue) = 164+227+20=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E314 is #5B1CEB. Grayscale: #B9B9B9. Windows color (decimal): -5971180 or 1368996. OLE color: 1368996.

HSL color Cylindrical-coordinate representation of color #A4E314: hue angle of 78.26º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4E314 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 227 20 -
CMYK 0.28 0 0.91 0.11
HSL 78.26º 0.84% 0.48% -
HSV(B) 78.26º 0.91% 0.89% -
XYZ 42.91 62.88 10.54 -
YUV 184.57 35.13 113.33 -
System Red Green Blue C M Y K H S L
Decimal 164 227 20 0.28 0 0.91 0.11 78.26 0.84 0.48
Hex A4 E3 14 1C 0 5B B 4E 54 30
Octal 244 343 24 34 0 133 13 116 124 60
Binary 10100100 11100011 10100 11100 0 1011011 1011 1001110 1010100 110000

Color Harmonies of #A4E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E314

Black with #A4E314

Text Example


Text Example

White with #A4E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E314; }

 p { color: rgb(164,227,20); }

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

background-color css

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

 a { background-color: rgb(164,227,20); }

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

border-color css

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

 span { border-color: rgb(164,227,20); }

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