Html Css Color HEX #A5E50C Inch Worm

📋 copy color: '#A5E50C'

red 165 ◦ green 229 ◦ blue 12

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

Shades of Inch Worm #A5E50C

Tints of Inch Worm #A5E50C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.4%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 40.64%
G = 56.4%
B = 2.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#A5E50C (or 0xA5E50C) is known color: Inch Worm. HEX triplet: A5, E5 and 0C. RGB value is (165,229,12). Sum of RGB (Red+Green+Blue) = 165+229+12=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E50C is #5A1AF3. Grayscale: #B9B9B9. Windows color (decimal): -5905140 or 845221. OLE color: 845221.

HSL color Cylindrical-coordinate representation of color #A5E50C: hue angle of 77.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E50C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 12 -
CMYK 0.28 0 0.95 0.10
HSL 77.7º 0.9% 0.47% -
HSV(B) 77.7º 0.95% 0.9% -
XYZ 43.6 64.06 10.42 -
YUV 185.13 30.3 113.64 -
System Red Green Blue C M Y K H S L
Decimal 165 229 12 0.28 0 0.95 0.10 77.7 0.9 0.47
Hex A5 E5 C 1C 0 5F A 4E 5A 2F
Octal 245 345 14 34 0 137 12 116 132 57
Binary 10100101 11100101 1100 11100 0 1011111 1010 1001110 1011010 101111

Color Harmonies of #A5E50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E50C

Black with #A5E50C

Text Example


Text Example

White with #A5E50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E50C; }

 p { color: rgb(165,229,12); }

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

background-color css

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

 a { background-color: rgb(165,229,12); }

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

border-color css

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

 span { border-color: rgb(165,229,12); }

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