Html Css Color HEX #A0B24A Celery

📋 copy color: '#A0B24A'

red 160 ◦ green 178 ◦ blue 74

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

Shades of Celery #A0B24A

Tints of Celery #A0B24A

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

 GREEN value IS 178 (69.92% from 255) = 43.2%

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

R = 38.83%
G = 43.2%
B = 17.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#A0B24A (or 0xA0B24A) is known color: Celery. HEX triplet: A0, B2 and 4A. RGB value is (160,178,74). Sum of RGB (Red+Green+Blue) = 160+178+74=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B24A is #5F4DB5. Grayscale: #A1A1A1. Windows color (decimal): -6245814 or 4895392. OLE color: 4895392.

HSL color Cylindrical-coordinate representation of color #A0B24A: hue angle of 70.38º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0B24A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 74 -
CMYK 0.10 0 0.58 0.30
HSL 70.38º 0.41% 0.49% -
HSV(B) 70.38º 0.58% 0.7% -
XYZ 31.65 39.81 12.49 -
YUV 160.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 160 178 74 0.10 0 0.58 0.30 70.38 0.41 0.49
Hex A0 B2 4A A 0 3A 1E 46 29 31
Octal 240 262 112 12 0 72 36 106 51 61
Binary 10100000 10110010 1001010 1010 0 111010 11110 1000110 101001 110001

Color Harmonies of #A0B24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B24A

Black with #A0B24A

Text Example


Text Example

White with #A0B24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B24A; }

 p { color: rgb(160,178,74); }

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

background-color css

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

 a { background-color: rgb(160,178,74); }

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

border-color css

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

 span { border-color: rgb(160,178,74); }

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