Html Css Color HEX #A5ED1D Inch Worm

📋 copy color: '#A5ED1D'

red 165 ◦ green 237 ◦ blue 29

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

Shades of Inch Worm #A5ED1D

Tints of Inch Worm #A5ED1D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.99%

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 38.28%
G = 54.99%
B = 6.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#A5ED1D (or 0xA5ED1D) is known color: Inch Worm. HEX triplet: A5, ED and 1D. RGB value is (165,237,29). Sum of RGB (Red+Green+Blue) = 165+237+29=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5ED1D is #5A12E2. Grayscale: #C0C0C0. Windows color (decimal): -5903075 or 1961381. OLE color: 1961381.

HSL color Cylindrical-coordinate representation of color #A5ED1D: hue angle of 80.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5ED1D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 237 29 -
CMYK 0.30 0 0.88 0.07
HSL 80.77º 0.85% 0.52% -
HSV(B) 80.77º 0.88% 0.93% -
XYZ 46.02 68.66 11.99 -
YUV 191.76 36.15 108.91 -
System Red Green Blue C M Y K H S L
Decimal 165 237 29 0.30 0 0.88 0.07 80.77 0.85 0.52
Hex A5 ED 1D 1E 0 58 7 51 55 34
Octal 245 355 35 36 0 130 7 121 125 64
Binary 10100101 11101101 11101 11110 0 1011000 111 1010001 1010101 110100

Color Harmonies of #A5ED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ED1D

Black with #A5ED1D

Text Example


Text Example

White with #A5ED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ED1D; }

 p { color: rgb(165,237,29); }

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

background-color css

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

 a { background-color: rgb(165,237,29); }

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

border-color css

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

 span { border-color: rgb(165,237,29); }

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