Html Css Color HEX #A5E10C Inch Worm

📋 copy color: '#A5E10C'

red 165 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #A5E10C

Tints of Inch Worm #A5E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.97%

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

R = 41.04%
G = 55.97%
B = 2.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#A5E10C (or 0xA5E10C) is known color: Inch Worm. HEX triplet: A5, E1 and 0C. RGB value is (165,225,12). Sum of RGB (Red+Green+Blue) = 165+225+12=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E10C is #5A1EF3. Grayscale: #B7B7B7. Windows color (decimal): -5906164 or 844197. OLE color: 844197.

HSL color Cylindrical-coordinate representation of color #A5E10C: hue angle of 76.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E10C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 12 -
CMYK 0.27 0 0.95 0.12
HSL 76.9º 0.9% 0.46% -
HSV(B) 76.9º 0.95% 0.88% -
XYZ 42.51 61.88 10.05 -
YUV 182.78 31.62 115.32 -
System Red Green Blue C M Y K H S L
Decimal 165 225 12 0.27 0 0.95 0.12 76.9 0.9 0.46
Hex A5 E1 C 1B 0 5F C 4D 5A 2E
Octal 245 341 14 33 0 137 14 115 132 56
Binary 10100101 11100001 1100 11011 0 1011111 1100 1001101 1011010 101110

Color Harmonies of #A5E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E10C

Black with #A5E10C

Text Example


Text Example

White with #A5E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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