Html Css Color HEX #A0C150 Celery

📋 copy color: '#A0C150'

red 160 ◦ green 193 ◦ blue 80

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

Shades of Celery #A0C150

Tints of Celery #A0C150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 36.95%
G = 44.57%
B = 18.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#A0C150 (or 0xA0C150) is known color: Celery. HEX triplet: A0, C1 and 50. RGB value is (160,193,80). Sum of RGB (Red+Green+Blue) = 160+193+80=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C150 is #5F3EAF. Grayscale: #AAAAAA. Windows color (decimal): -6241968 or 5292448. OLE color: 5292448.

HSL color Cylindrical-coordinate representation of color #A0C150: hue angle of 77.52º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C150 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 80 -
CMYK 0.17 0 0.59 0.24
HSL 77.52º 0.48% 0.54% -
HSV(B) 77.52º 0.59% 0.76% -
XYZ 35.02 46.19 14.66 -
YUV 170.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 160 193 80 0.17 0 0.59 0.24 77.52 0.48 0.54
Hex A0 C1 50 11 0 3B 18 4E 30 36
Octal 240 301 120 21 0 73 30 116 60 66
Binary 10100000 11000001 1010000 10001 0 111011 11000 1001110 110000 110110

Color Harmonies of #A0C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C150

Black with #A0C150

Text Example


Text Example

White with #A0C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C150; }

 p { color: rgb(160,193,80); }

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

background-color css

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

 a { background-color: rgb(160,193,80); }

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

border-color css

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

 span { border-color: rgb(160,193,80); }

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