Html Css Color HEX #A0B43C Celery

📋 copy color: '#A0B43C'

red 160 ◦ green 180 ◦ blue 60

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

Shades of Celery #A0B43C

Tints of Celery #A0B43C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

 BLUE value IS 60 (23.83% from 255) = 15%

R = 40%
G = 45%
B = 15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#A0B43C (or 0xA0B43C) is known color: Celery. HEX triplet: A0, B4 and 3C. RGB value is (160,180,60). Sum of RGB (Red+Green+Blue) = 160+180+60=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B43C is #5F4BC3. Grayscale: #A0A0A0. Windows color (decimal): -6245316 or 3978400. OLE color: 3978400.

HSL color Cylindrical-coordinate representation of color #A0B43C: hue angle of 70º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0B43C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 60 -
CMYK 0.11 0 0.67 0.29
HSL 70º 0.5% 0.47% -
HSV(B) 70º 0.67% 0.71% -
XYZ 31.63 40.44 10.41 -
YUV 160.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 160 180 60 0.11 0 0.67 0.29 70 0.5 0.47
Hex A0 B4 3C B 0 43 1D 46 32 2F
Octal 240 264 74 13 0 103 35 106 62 57
Binary 10100000 10110100 111100 1011 0 1000011 11101 1000110 110010 101111

Color Harmonies of #A0B43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B43C

Black with #A0B43C

Text Example


Text Example

White with #A0B43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B43C; }

 p { color: rgb(160,180,60); }

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

background-color css

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

 a { background-color: rgb(160,180,60); }

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

border-color css

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

 span { border-color: rgb(160,180,60); }

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