Html Css Color HEX #A5DE18 Inch Worm

📋 copy color: '#A5DE18'

red 165 ◦ green 222 ◦ blue 24

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

Shades of Inch Worm #A5DE18

Tints of Inch Worm #A5DE18

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.01%

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

R = 40.15%
G = 54.01%
B = 5.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#A5DE18 (or 0xA5DE18) is known color: Inch Worm. HEX triplet: A5, DE and 18. RGB value is (165,222,24). Sum of RGB (Red+Green+Blue) = 165+222+24=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DE18 is #5A21E7. Grayscale: #B7B7B7. Windows color (decimal): -5906920 or 1629861. OLE color: 1629861.

HSL color Cylindrical-coordinate representation of color #A5DE18: hue angle of 77.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5DE18 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 24 -
CMYK 0.26 0 0.89 0.13
HSL 77.27º 0.8% 0.48% -
HSV(B) 77.27º 0.89% 0.87% -
XYZ 41.8 60.31 10.3 -
YUV 182.39 38.62 115.6 -
System Red Green Blue C M Y K H S L
Decimal 165 222 24 0.26 0 0.89 0.13 77.27 0.8 0.48
Hex A5 DE 18 1A 0 59 D 4D 50 30
Octal 245 336 30 32 0 131 15 115 120 60
Binary 10100101 11011110 11000 11010 0 1011001 1101 1001101 1010000 110000

Color Harmonies of #A5DE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DE18

Black with #A5DE18

Text Example


Text Example

White with #A5DE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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