Html Css Color HEX #A5D41B Inch Worm

📋 copy color: '#A5D41B'

red 165 ◦ green 212 ◦ blue 27

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

Shades of Inch Worm #A5D41B

Tints of Inch Worm #A5D41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.48%

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 40.84%
G = 52.48%
B = 6.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#A5D41B (or 0xA5D41B) is known color: Inch Worm. HEX triplet: A5, D4 and 1B. RGB value is (165,212,27). Sum of RGB (Red+Green+Blue) = 165+212+27=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D41B is #5A2BE4. Grayscale: #B1B1B1. Windows color (decimal): -5909477 or 1823909. OLE color: 1823909.

HSL color Cylindrical-coordinate representation of color #A5D41B: hue angle of 75.24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5D41B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 27 -
CMYK 0.22 0 0.87 0.17
HSL 75.24º 0.77% 0.47% -
HSV(B) 75.24º 0.87% 0.83% -
XYZ 39.26 55.17 9.62 -
YUV 176.86 43.43 119.54 -
System Red Green Blue C M Y K H S L
Decimal 165 212 27 0.22 0 0.87 0.17 75.24 0.77 0.47
Hex A5 D4 1B 16 0 57 11 4B 4D 2F
Octal 245 324 33 26 0 127 21 113 115 57
Binary 10100101 11010100 11011 10110 0 1010111 10001 1001011 1001101 101111

Color Harmonies of #A5D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D41B

Black with #A5D41B

Text Example


Text Example

White with #A5D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D41B; }

 p { color: rgb(165,212,27); }

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

background-color css

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

 a { background-color: rgb(165,212,27); }

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

border-color css

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

 span { border-color: rgb(165,212,27); }

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