Html Css Color HEX #A5D508 Inch Worm

📋 copy color: '#A5D508'

red 165 ◦ green 213 ◦ blue 8

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

Shades of Inch Worm #A5D508

Tints of Inch Worm #A5D508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 42.75%
G = 55.18%
B = 2.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#A5D508 (or 0xA5D508) is known color: Inch Worm. HEX triplet: A5, D5 and 08. RGB value is (165,213,8). Sum of RGB (Red+Green+Blue) = 165+213+8=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D508 is #5A2AF7. Grayscale: #B0B0B0. Windows color (decimal): -5909240 or 578981. OLE color: 578981.

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

Color convert

RGB 165 213 8 -
CMYK 0.23 0 0.96 0.16
HSL 74.05º 0.93% 0.43% -
HSV(B) 74.05º 0.96% 0.84% -
XYZ 39.36 55.61 8.89 -
YUV 175.28 33.6 120.67 -
System Red Green Blue C M Y K H S L
Decimal 165 213 8 0.23 0 0.96 0.16 74.05 0.93 0.43
Hex A5 D5 8 17 0 60 10 4A 5D 2B
Octal 245 325 10 27 0 140 20 112 135 53
Binary 10100101 11010101 1000 10111 0 1100000 10000 1001010 1011101 101011

Color Harmonies of #A5D508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D508

Black with #A5D508

Text Example


Text Example

White with #A5D508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D508; }

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

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

background-color css

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

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

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

border-color css

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

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

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