Html Css Color HEX #A5EF1D Inch Worm

📋 copy color: '#A5EF1D'

red 165 ◦ green 239 ◦ blue 29

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

Shades of Inch Worm #A5EF1D

Tints of Inch Worm #A5EF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.2%

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

R = 38.11%
G = 55.2%
B = 6.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#A5EF1D (or 0xA5EF1D) is known color: Inch Worm. HEX triplet: A5, EF and 1D. RGB value is (165,239,29). Sum of RGB (Red+Green+Blue) = 165+239+29=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EF1D is #5A10E2. Grayscale: #C1C1C1. Windows color (decimal): -5902563 or 1961893. OLE color: 1961893.

HSL color Cylindrical-coordinate representation of color #A5EF1D: hue angle of 81.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5EF1D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 239 29 -
CMYK 0.31 0 0.88 0.06
HSL 81.14º 0.87% 0.53% -
HSV(B) 81.14º 0.88% 0.94% -
XYZ 46.61 69.82 12.18 -
YUV 192.93 35.48 108.08 -
System Red Green Blue C M Y K H S L
Decimal 165 239 29 0.31 0 0.88 0.06 81.14 0.87 0.53
Hex A5 EF 1D 1F 0 58 6 51 57 35
Octal 245 357 35 37 0 130 6 121 127 65
Binary 10100101 11101111 11101 11111 0 1011000 110 1010001 1010111 110101

Color Harmonies of #A5EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EF1D

Black with #A5EF1D

Text Example


Text Example

White with #A5EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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