Html Css Color HEX #A2C14A Celery

📋 copy color: '#A2C14A'

red 162 ◦ green 193 ◦ blue 74

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

Shades of Celery #A2C14A

Tints of Celery #A2C14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 37.76%
G = 44.99%
B = 17.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#A2C14A (or 0xA2C14A) is known color: Celery. HEX triplet: A2, C1 and 4A. RGB value is (162,193,74). Sum of RGB (Red+Green+Blue) = 162+193+74=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C14A is #5D3EB5. Grayscale: #AAAAAA. Windows color (decimal): -6110902 or 4899234. OLE color: 4899234.

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

Color convert

RGB 162 193 74 -
CMYK 0.16 0 0.62 0.24
HSL 75.63º 0.49% 0.52% -
HSV(B) 75.63º 0.62% 0.76% -
XYZ 35.21 46.32 13.56 -
YUV 170.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 162 193 74 0.16 0 0.62 0.24 75.63 0.49 0.52
Hex A2 C1 4A 10 0 3E 18 4C 31 34
Octal 242 301 112 20 0 76 30 114 61 64
Binary 10100010 11000001 1001010 10000 0 111110 11000 1001100 110001 110100

Color Harmonies of #A2C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C14A

Black with #A2C14A

Text Example


Text Example

White with #A2C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C14A; }

 p { color: rgb(162,193,74); }

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

background-color css

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

 a { background-color: rgb(162,193,74); }

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

border-color css

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

 span { border-color: rgb(162,193,74); }

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