Html Css Color HEX #A5E40B Inch Worm

📋 copy color: '#A5E40B'

red 165 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #A5E40B

Tints of Inch Worm #A5E40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.44%

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 40.84%
G = 56.44%
B = 2.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A5E40B (or 0xA5E40B) is known color: Inch Worm. HEX triplet: A5, E4 and 0B. RGB value is (165,228,11). Sum of RGB (Red+Green+Blue) = 165+228+11=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E40B is #5A1BF4. Grayscale: #B9B9B9. Windows color (decimal): -5905397 or 779429. OLE color: 779429.

HSL color Cylindrical-coordinate representation of color #A5E40B: hue angle of 77.42º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E40B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 11 -
CMYK 0.28 0 0.95 0.11
HSL 77.42º 0.91% 0.47% -
HSV(B) 77.42º 0.95% 0.89% -
XYZ 43.32 63.51 10.29 -
YUV 184.43 30.13 114.14 -
System Red Green Blue C M Y K H S L
Decimal 165 228 11 0.28 0 0.95 0.11 77.42 0.91 0.47
Hex A5 E4 B 1C 0 5F B 4D 5B 2F
Octal 245 344 13 34 0 137 13 115 133 57
Binary 10100101 11100100 1011 11100 0 1011111 1011 1001101 1011011 101111

Color Harmonies of #A5E40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E40B

Black with #A5E40B

Text Example


Text Example

White with #A5E40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E40B; }

 p { color: rgb(165,228,11); }

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

background-color css

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

 a { background-color: rgb(165,228,11); }

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

border-color css

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

 span { border-color: rgb(165,228,11); }

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