Html Css Color HEX #A5EF1C Inch Worm

📋 copy color: '#A5EF1C'

red 165 ◦ green 239 ◦ blue 28

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

Shades of Inch Worm #A5EF1C

Tints of Inch Worm #A5EF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 38.19%
G = 55.32%
B = 6.48%

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

#A5EF1C (or 0xA5EF1C) is known color: Inch Worm. HEX triplet: A5, EF and 1C. RGB value is (165,239,28). Sum of RGB (Red+Green+Blue) = 165+239+28=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EF1C is #5A10E3. Grayscale: #C1C1C1. Windows color (decimal): -5902564 or 1896357. OLE color: 1896357.

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

Color convert

RGB 165 239 28 -
CMYK 0.31 0 0.88 0.06
HSL 81.04º 0.87% 0.52% -
HSV(B) 81.04º 0.88% 0.94% -
XYZ 46.59 69.82 12.12 -
YUV 192.82 34.98 108.16 -
System Red Green Blue C M Y K H S L
Decimal 165 239 28 0.31 0 0.88 0.06 81.04 0.87 0.52
Hex A5 EF 1C 1F 0 58 6 51 57 34
Octal 245 357 34 37 0 130 6 121 127 64
Binary 10100101 11101111 11100 11111 0 1011000 110 1010001 1010111 110100

Color Harmonies of #A5EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EF1C

Black with #A5EF1C

Text Example


Text Example

White with #A5EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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