Html Css Color HEX #A1CB51 Atlantis

📋 copy color: '#A1CB51'

red 161 ◦ green 203 ◦ blue 81

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

Shades of Atlantis #A1CB51

Tints of Atlantis #A1CB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.2%

R = 36.18%
G = 45.62%
B = 18.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#A1CB51 (or 0xA1CB51) is known color: Atlantis. HEX triplet: A1, CB and 51. RGB value is (161,203,81). Sum of RGB (Red+Green+Blue) = 161+203+81=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB51 is #5E34AE. Grayscale: #B0B0B0. Windows color (decimal): -6173871 or 5360545. OLE color: 5360545.

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

Color convert

RGB 161 203 81 -
CMYK 0.21 0 0.60 0.20
HSL 80.66º 0.54% 0.56% -
HSV(B) 80.66º 0.6% 0.8% -
XYZ 37.54 50.88 15.63 -
YUV 176.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 161 203 81 0.21 0 0.60 0.20 80.66 0.54 0.56
Hex A1 CB 51 15 0 3C 14 51 36 38
Octal 241 313 121 25 0 74 24 121 66 70
Binary 10100001 11001011 1010001 10101 0 111100 10100 1010001 110110 111000

Color Harmonies of #A1CB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB51

Black with #A1CB51

Text Example


Text Example

White with #A1CB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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