Html Css Color HEX #A5D618 Inch Worm

📋 copy color: '#A5D618'

red 165 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #A5D618

Tints of Inch Worm #A5D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 40.94%
G = 53.1%
B = 5.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#A5D618 (or 0xA5D618) is known color: Inch Worm. HEX triplet: A5, D6 and 18. RGB value is (165,214,24). Sum of RGB (Red+Green+Blue) = 165+214+24=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D618 is #5A29E7. Grayscale: #B2B2B2. Windows color (decimal): -5908968 or 1627813. OLE color: 1627813.

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

Color convert

RGB 165 214 24 -
CMYK 0.23 0 0.89 0.16
HSL 75.47º 0.8% 0.47% -
HSV(B) 75.47º 0.89% 0.84% -
XYZ 39.73 56.16 9.61 -
YUV 177.69 41.27 118.95 -
System Red Green Blue C M Y K H S L
Decimal 165 214 24 0.23 0 0.89 0.16 75.47 0.8 0.47
Hex A5 D6 18 17 0 59 10 4B 50 2F
Octal 245 326 30 27 0 131 20 113 120 57
Binary 10100101 11010110 11000 10111 0 1011001 10000 1001011 1010000 101111

Color Harmonies of #A5D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D618

Black with #A5D618

Text Example


Text Example

White with #A5D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D618; }

 p { color: rgb(165,214,24); }

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

background-color css

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

 a { background-color: rgb(165,214,24); }

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

border-color css

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

 span { border-color: rgb(165,214,24); }

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