Html Css Color HEX #A1CB50 Atlantis

📋 copy color: '#A1CB50'

red 161 ◦ green 203 ◦ blue 80

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

Shades of Atlantis #A1CB50

Tints of Atlantis #A1CB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 36.26%
G = 45.72%
B = 18.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#A1CB50 (or 0xA1CB50) is known color: Atlantis. HEX triplet: A1, CB and 50. RGB value is (161,203,80). Sum of RGB (Red+Green+Blue) = 161+203+80=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB50 is #5E34AF. Grayscale: #B0B0B0. Windows color (decimal): -6173872 or 5295009. OLE color: 5295009.

HSL color Cylindrical-coordinate representation of color #A1CB50: hue angle of 80.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1CB50 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 80 -
CMYK 0.21 0 0.61 0.20
HSL 80.49º 0.54% 0.55% -
HSV(B) 80.49º 0.61% 0.8% -
XYZ 37.5 50.87 15.43 -
YUV 176.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 161 203 80 0.21 0 0.61 0.20 80.49 0.54 0.55
Hex A1 CB 50 15 0 3D 14 50 36 37
Octal 241 313 120 25 0 75 24 120 66 67
Binary 10100001 11001011 1010000 10101 0 111101 10100 1010000 110110 110111

Color Harmonies of #A1CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB50

Black with #A1CB50

Text Example


Text Example

White with #A1CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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