Html Css Color HEX #A5F010 Inch Worm

📋 copy color: '#A5F010'

red 165 ◦ green 240 ◦ blue 16

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

Shades of Inch Worm #A5F010

Tints of Inch Worm #A5F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.01%

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 39.19%
G = 57.01%
B = 3.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#A5F010 (or 0xA5F010) is known color: Inch Worm. HEX triplet: A5, F0 and 10. RGB value is (165,240,16). Sum of RGB (Red+Green+Blue) = 165+240+16=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F010 is #5A0FEF. Grayscale: #C0C0C0. Windows color (decimal): -5902320 or 1110181. OLE color: 1110181.

HSL color Cylindrical-coordinate representation of color #A5F010: hue angle of 80.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5F010 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 16 -
CMYK 0.31 0 0.93 0.06
HSL 80.09º 0.88% 0.5% -
HSV(B) 80.09º 0.93% 0.94% -
XYZ 46.77 70.36 11.61 -
YUV 192.04 28.65 108.71 -
System Red Green Blue C M Y K H S L
Decimal 165 240 16 0.31 0 0.93 0.06 80.09 0.88 0.5
Hex A5 F0 10 1F 0 5D 6 50 58 32
Octal 245 360 20 37 0 135 6 120 130 62
Binary 10100101 11110000 10000 11111 0 1011101 110 1010000 1011000 110010

Color Harmonies of #A5F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F010

Black with #A5F010

Text Example


Text Example

White with #A5F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F010; }

 p { color: rgb(165,240,16); }

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

background-color css

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

 a { background-color: rgb(165,240,16); }

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

border-color css

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

 span { border-color: rgb(165,240,16); }

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