Html Css Color HEX #A5D503 Inch Worm

📋 copy color: '#A5D503'

red 165 ◦ green 213 ◦ blue 3

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

Shades of Inch Worm #A5D503

Tints of Inch Worm #A5D503

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.91%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 43.31%
G = 55.91%
B = 0.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#A5D503 (or 0xA5D503) is known color: Inch Worm. HEX triplet: A5, D5 and 03. RGB value is (165,213,3). Sum of RGB (Red+Green+Blue) = 165+213+3=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D503 is #5A2AFC. Grayscale: #AFAFAF. Windows color (decimal): -5909245 or 251301. OLE color: 251301.

HSL color Cylindrical-coordinate representation of color #A5D503: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5D503 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 3 -
CMYK 0.23 0 0.99 0.16
HSL 73.71º 0.97% 0.42% -
HSV(B) 73.71º 0.99% 0.84% -
XYZ 39.33 55.59 8.74 -
YUV 174.71 31.1 121.08 -
System Red Green Blue C M Y K H S L
Decimal 165 213 3 0.23 0 0.99 0.16 73.71 0.97 0.42
Hex A5 D5 3 17 0 63 10 4A 61 2A
Octal 245 325 3 27 0 143 20 112 141 52
Binary 10100101 11010101 11 10111 0 1100011 10000 1001010 1100001 101010

Color Harmonies of #A5D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D503

Black with #A5D503

Text Example


Text Example

White with #A5D503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D503; }

 p { color: rgb(165,213,3); }

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

background-color css

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

 a { background-color: rgb(165,213,3); }

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

border-color css

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

 span { border-color: rgb(165,213,3); }

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