Html Css Color HEX #A2D41B Inch Worm

📋 copy color: '#A2D41B'

red 162 ◦ green 212 ◦ blue 27

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

Shades of Inch Worm #A2D41B

Tints of Inch Worm #A2D41B

RGB

 RED value IS 162 (63.67% from 255) = 40.4%

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

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

R = 40.4%
G = 52.87%
B = 6.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#A2D41B (or 0xA2D41B) is known color: Inch Worm. HEX triplet: A2, D4 and 1B. RGB value is (162,212,27). Sum of RGB (Red+Green+Blue) = 162+212+27=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D41B is #5D2BE4. Grayscale: #B0B0B0. Windows color (decimal): -6106085 or 1823906. OLE color: 1823906.

HSL color Cylindrical-coordinate representation of color #A2D41B: hue angle of 76.22º 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 #A2D41B is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 27 -
CMYK 0.24 0 0.87 0.17
HSL 76.22º 0.77% 0.47% -
HSV(B) 76.22º 0.87% 0.83% -
XYZ 38.64 54.85 9.59 -
YUV 175.96 43.94 118.04 -
System Red Green Blue C M Y K H S L
Decimal 162 212 27 0.24 0 0.87 0.17 76.22 0.77 0.47
Hex A2 D4 1B 18 0 57 11 4C 4D 2F
Octal 242 324 33 30 0 127 21 114 115 57
Binary 10100010 11010100 11011 11000 0 1010111 10001 1001100 1001101 101111

Color Harmonies of #A2D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D41B

Black with #A2D41B

Text Example


Text Example

White with #A2D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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