Html Css Color HEX #A1C150 Celery

📋 copy color: '#A1C150'

red 161 ◦ green 193 ◦ blue 80

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

Shades of Celery #A1C150

Tints of Celery #A1C150

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

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

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

R = 37.1%
G = 44.47%
B = 18.43%

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

#A1C150 (or 0xA1C150) is known color: Celery. HEX triplet: A1, C1 and 50. RGB value is (161,193,80). Sum of RGB (Red+Green+Blue) = 161+193+80=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C150 is #5E3EAF. Grayscale: #AAAAAA. Windows color (decimal): -6176432 or 5292449. OLE color: 5292449.

HSL color Cylindrical-coordinate representation of color #A1C150: hue angle of 76.99º 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 #A1C150 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 80 -
CMYK 0.17 0 0.59 0.24
HSL 76.99º 0.48% 0.54% -
HSV(B) 76.99º 0.59% 0.76% -
XYZ 35.22 46.3 14.67 -
YUV 170.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 161 193 80 0.17 0 0.59 0.24 76.99 0.48 0.54
Hex A1 C1 50 11 0 3B 18 4D 30 36
Octal 241 301 120 21 0 73 30 115 60 66
Binary 10100001 11000001 1010000 10001 0 111011 11000 1001101 110000 110110

Color Harmonies of #A1C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C150

Black with #A1C150

Text Example


Text Example

White with #A1C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C150; }

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

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

background-color css

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

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

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

border-color css

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

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

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