Html Css Color HEX #A5D200 Inch Worm

📋 copy color: '#A5D200'

red 165 ◦ green 210 ◦ blue 0

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

Shades of Inch Worm #A5D200

Tints of Inch Worm #A5D200

RGB

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

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

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

R = 44%
G = 56%
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

#A5D200 (or 0xA5D200) is known color: Inch Worm. HEX triplet: A5, D2 and 00. RGB value is (165,210,0). Sum of RGB (Red+Green+Blue) = 165+210+0=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D200 is #5A2DFF. Grayscale: #ADADAD. Windows color (decimal): -5910016 or 53925. OLE color: 53925.

HSL color Cylindrical-coordinate representation of color #A5D200: hue angle of 72.86º 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 #A5D200 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 0 -
CMYK 0.21 0 1 0.18
HSL 72.86º 1% 0.41% -
HSV(B) 72.86º 1% 0.82% -
XYZ 38.56 54.09 8.41 -
YUV 172.61 30.59 122.58 -
System Red Green Blue C M Y K H S L
Decimal 165 210 0 0.21 0 1 0.18 72.86 1 0.41
Hex A5 D2 0 15 0 64 12 49 64 29
Octal 245 322 0 25 0 144 22 111 144 51
Binary 10100101 11010010 0 10101 0 1100100 10010 1001001 1100100 101001

Color Harmonies of #A5D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D200

Black with #A5D200

Text Example


Text Example

White with #A5D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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