Html Css Color HEX #A5E406 Inch Worm

📋 copy color: '#A5E406'

red 165 ◦ green 228 ◦ blue 6

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

Shades of Inch Worm #A5E406

Tints of Inch Worm #A5E406

RGB

 RED value IS 165 (64.84% from 255) = 41.35%

 GREEN value IS 228 (89.45% from 255) = 57.14%

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

R = 41.35%
G = 57.14%
B = 1.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#A5E406 (or 0xA5E406) is known color: Inch Worm. HEX triplet: A5, E4 and 06. RGB value is (165,228,6). Sum of RGB (Red+Green+Blue) = 165+228+6=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E406 is #5A1BF9. Grayscale: #B8B8B8. Windows color (decimal): -5905402 or 451749. OLE color: 451749.

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

Color convert

RGB 165 228 6 -
CMYK 0.28 0 0.97 0.11
HSL 77.03º 0.95% 0.46% -
HSV(B) 77.03º 0.97% 0.89% -
XYZ 43.29 63.5 10.15 -
YUV 183.86 27.63 114.55 -
System Red Green Blue C M Y K H S L
Decimal 165 228 6 0.28 0 0.97 0.11 77.03 0.95 0.46
Hex A5 E4 6 1C 0 61 B 4D 5F 2E
Octal 245 344 6 34 0 141 13 115 137 56
Binary 10100101 11100100 110 11100 0 1100001 1011 1001101 1011111 101110

Color Harmonies of #A5E406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E406

Black with #A5E406

Text Example


Text Example

White with #A5E406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E406; }

 p { color: rgb(165,228,6); }

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

background-color css

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

 a { background-color: rgb(165,228,6); }

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

border-color css

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

 span { border-color: rgb(165,228,6); }

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