Html Css Color HEX #A2D51B Inch Worm

📋 copy color: '#A2D51B'

red 162 ◦ green 213 ◦ blue 27

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

Shades of Inch Worm #A2D51B

Tints of Inch Worm #A2D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

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

R = 40.3%
G = 52.99%
B = 6.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#A2D51B (or 0xA2D51B) is known color: Inch Worm. HEX triplet: A2, D5 and 1B. RGB value is (162,213,27). Sum of RGB (Red+Green+Blue) = 162+213+27=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D51B is #5D2AE4. Grayscale: #B1B1B1. Windows color (decimal): -6105829 or 1824162. OLE color: 1824162.

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

Color convert

RGB 162 213 27 -
CMYK 0.24 0 0.87 0.16
HSL 76.45º 0.78% 0.47% -
HSV(B) 76.45º 0.87% 0.84% -
XYZ 38.89 55.35 9.67 -
YUV 176.55 43.6 117.62 -
System Red Green Blue C M Y K H S L
Decimal 162 213 27 0.24 0 0.87 0.16 76.45 0.78 0.47
Hex A2 D5 1B 18 0 57 10 4C 4E 2F
Octal 242 325 33 30 0 127 20 114 116 57
Binary 10100010 11010101 11011 11000 0 1010111 10000 1001100 1001110 101111

Color Harmonies of #A2D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D51B

Black with #A2D51B

Text Example


Text Example

White with #A2D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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