Html Css Color HEX #A5D203 Inch Worm

📋 copy color: '#A5D203'

red 165 ◦ green 210 ◦ blue 3

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

Shades of Inch Worm #A5D203

Tints of Inch Worm #A5D203

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.56%

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

R = 43.65%
G = 55.56%
B = 0.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#A5D203 (or 0xA5D203) is known color: Inch Worm. HEX triplet: A5, D2 and 03. RGB value is (165,210,3). Sum of RGB (Red+Green+Blue) = 165+210+3=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D203 is #5A2DFC. Grayscale: #ADADAD. Windows color (decimal): -5910013 or 250533. OLE color: 250533.

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

Color convert

RGB 165 210 3 -
CMYK 0.21 0 0.99 0.18
HSL 73.04º 0.97% 0.42% -
HSV(B) 73.04º 0.99% 0.82% -
XYZ 38.58 54.1 8.49 -
YUV 172.95 32.09 122.33 -
System Red Green Blue C M Y K H S L
Decimal 165 210 3 0.21 0 0.99 0.18 73.04 0.97 0.42
Hex A5 D2 3 15 0 63 12 49 61 2A
Octal 245 322 3 25 0 143 22 111 141 52
Binary 10100101 11010010 11 10101 0 1100011 10010 1001001 1100001 101010

Color Harmonies of #A5D203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D203

Black with #A5D203

Text Example


Text Example

White with #A5D203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D203; }

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

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

background-color css

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

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

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

border-color css

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

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

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