Html Css Color HEX #A5D100 Inch Worm

📋 copy color: '#A5D100'

red 165 ◦ green 209 ◦ blue 0

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

Shades of Inch Worm #A5D100

Tints of Inch Worm #A5D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.12%
G = 55.88%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A5D100 (or 0xA5D100) is known color: Inch Worm. HEX triplet: A5, D1 and 00. RGB value is (165,209,0). Sum of RGB (Red+Green+Blue) = 165+209+0=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D100 is #5A2EFF. Grayscale: #ACACAC. Windows color (decimal): -5910272 or 53669. OLE color: 53669.

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

Color convert

RGB 165 209 0 -
CMYK 0.21 0 1 0.18
HSL 72.63º 1% 0.41% -
HSV(B) 72.63º 1% 0.82% -
XYZ 38.32 53.6 8.33 -
YUV 172.02 30.92 122.99 -
System Red Green Blue C M Y K H S L
Decimal 165 209 0 0.21 0 1 0.18 72.63 1 0.41
Hex A5 D1 0 15 0 64 12 49 64 29
Octal 245 321 0 25 0 144 22 111 144 51
Binary 10100101 11010001 0 10101 0 1100100 10010 1001001 1100100 101001

Color Harmonies of #A5D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D100

Black with #A5D100

Text Example


Text Example

White with #A5D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D100; }

 p { color: rgb(165,209,0); }

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

background-color css

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

 a { background-color: rgb(165,209,0); }

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

border-color css

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

 span { border-color: rgb(165,209,0); }

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