Html Css Color HEX #A2C048 Celery

📋 copy color: '#A2C048'

red 162 ◦ green 192 ◦ blue 72

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

Shades of Celery #A2C048

Tints of Celery #A2C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 72 (28.52% from 255) = 16.9%

R = 38.03%
G = 45.07%
B = 16.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#A2C048 (or 0xA2C048) is known color: Celery. HEX triplet: A2, C0 and 48. RGB value is (162,192,72). Sum of RGB (Red+Green+Blue) = 162+192+72=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C048 is #5D3FB7. Grayscale: #A9A9A9. Windows color (decimal): -6111160 or 4767906. OLE color: 4767906.

HSL color Cylindrical-coordinate representation of color #A2C048: hue angle of 75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C048 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 72 -
CMYK 0.16 0 0.63 0.25
HSL 75º 0.49% 0.52% -
HSV(B) 75º 0.63% 0.75% -
XYZ 34.92 45.85 13.14 -
YUV 169.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 162 192 72 0.16 0 0.63 0.25 75 0.49 0.52
Hex A2 C0 48 10 0 3F 19 4B 31 34
Octal 242 300 110 20 0 77 31 113 61 64
Binary 10100010 11000000 1001000 10000 0 111111 11001 1001011 110001 110100

Color Harmonies of #A2C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C048

Black with #A2C048

Text Example


Text Example

White with #A2C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C048; }

 p { color: rgb(162,192,72); }

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

background-color css

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

 a { background-color: rgb(162,192,72); }

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

border-color css

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

 span { border-color: rgb(162,192,72); }

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