Html Css Color HEX #A5E60F Inch Worm

📋 copy color: '#A5E60F'

red 165 ◦ green 230 ◦ blue 15

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

Shades of Inch Worm #A5E60F

Tints of Inch Worm #A5E60F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.1%

 BLUE value IS 15 (6.25% from 255) = 3.66%

R = 40.24%
G = 56.1%
B = 3.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#A5E60F (or 0xA5E60F) is known color: Inch Worm. HEX triplet: A5, E6 and 0F. RGB value is (165,230,15). Sum of RGB (Red+Green+Blue) = 165+230+15=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E60F is #5A19F0. Grayscale: #BABABA. Windows color (decimal): -5904881 or 1042085. OLE color: 1042085.

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

Color convert

RGB 165 230 15 -
CMYK 0.28 0 0.93 0.10
HSL 78.14º 0.88% 0.48% -
HSV(B) 78.14º 0.93% 0.9% -
XYZ 43.9 64.63 10.61 -
YUV 186.06 31.47 112.98 -
System Red Green Blue C M Y K H S L
Decimal 165 230 15 0.28 0 0.93 0.10 78.14 0.88 0.48
Hex A5 E6 F 1C 0 5D A 4E 58 30
Octal 245 346 17 34 0 135 12 116 130 60
Binary 10100101 11100110 1111 11100 0 1011101 1010 1001110 1011000 110000

Color Harmonies of #A5E60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E60F

Black with #A5E60F

Text Example


Text Example

White with #A5E60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E60F; }

 p { color: rgb(165,230,15); }

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

background-color css

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

 a { background-color: rgb(165,230,15); }

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

border-color css

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

 span { border-color: rgb(165,230,15); }

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