Html Css Color HEX #53A21A Limeade

📋 copy color: '#53A21A'

red 83 ◦ green 162 ◦ blue 26

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

Shades of Limeade #53A21A

Tints of Limeade #53A21A

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

 GREEN value IS 162 (63.67% from 255) = 59.78%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 30.63%
G = 59.78%
B = 9.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#53A21A (or 0x53A21A) is known color: Limeade. HEX triplet: 53, A2 and 1A. RGB value is (83,162,26). Sum of RGB (Red+Green+Blue) = 83+162+26=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #53A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A21A is #AC5DE5. Grayscale: #7B7B7B. Windows color (decimal): -11296230 or 1745491. OLE color: 1745491.

HSL color Cylindrical-coordinate representation of color #53A21A: hue angle of 94.85º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53A21A is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 26 -
CMYK 0.49 0 0.84 0.36
HSL 94.85º 0.72% 0.37% -
HSV(B) 94.85º 0.84% 0.64% -
XYZ 16.67 27.75 5.46 -
YUV 122.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 83 162 26 0.49 0 0.84 0.36 94.85 0.72 0.37
Hex 53 A2 1A 31 0 54 24 5F 48 25
Octal 123 242 32 61 0 124 44 137 110 45
Binary 1010011 10100010 11010 110001 0 1010100 100100 1011111 1001000 100101

Color Harmonies of #53A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A21A

Black with #53A21A

Text Example


Text Example

White with #53A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A21A; }

 p { color: rgb(83,162,26); }

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

background-color css

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

 a { background-color: rgb(83,162,26); }

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

border-color css

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

 span { border-color: rgb(83,162,26); }

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