Html Css Color HEX #A1CD50 Atlantis

📋 copy color: '#A1CD50'

red 161 ◦ green 205 ◦ blue 80

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

Shades of Atlantis #A1CD50

Tints of Atlantis #A1CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 36.1%
G = 45.96%
B = 17.94%

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

#A1CD50 (or 0xA1CD50) is known color: Atlantis. HEX triplet: A1, CD and 50. RGB value is (161,205,80). Sum of RGB (Red+Green+Blue) = 161+205+80=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD50 is #5E32AF. Grayscale: #B2B2B2. Windows color (decimal): -6173360 or 5295521. OLE color: 5295521.

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

Color convert

RGB 161 205 80 -
CMYK 0.21 0 0.61 0.20
HSL 81.12º 0.56% 0.56% -
HSV(B) 81.12º 0.61% 0.8% -
XYZ 37.98 51.82 15.59 -
YUV 177.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 161 205 80 0.21 0 0.61 0.20 81.12 0.56 0.56
Hex A1 CD 50 15 0 3D 14 51 38 38
Octal 241 315 120 25 0 75 24 121 70 70
Binary 10100001 11001101 1010000 10101 0 111101 10100 1010001 111000 111000

Color Harmonies of #A1CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD50

Black with #A1CD50

Text Example


Text Example

White with #A1CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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