Html Css Color HEX #A1CB4D Atlantis

📋 copy color: '#A1CB4D'

red 161 ◦ green 203 ◦ blue 77

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

Shades of Atlantis #A1CB4D

Tints of Atlantis #A1CB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 36.51%
G = 46.03%
B = 17.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#A1CB4D (or 0xA1CB4D) is known color: Atlantis. HEX triplet: A1, CB and 4D. RGB value is (161,203,77). Sum of RGB (Red+Green+Blue) = 161+203+77=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB4D is #5E34B2. Grayscale: #B0B0B0. Windows color (decimal): -6173875 or 5098401. OLE color: 5098401.

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

Color convert

RGB 161 203 77 -
CMYK 0.21 0 0.62 0.20
HSL 80º 0.55% 0.55% -
HSV(B) 80º 0.62% 0.8% -
XYZ 37.39 50.82 14.86 -
YUV 176.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 161 203 77 0.21 0 0.62 0.20 80 0.55 0.55
Hex A1 CB 4D 15 0 3E 14 50 37 37
Octal 241 313 115 25 0 76 24 120 67 67
Binary 10100001 11001011 1001101 10101 0 111110 10100 1010000 110111 110111

Color Harmonies of #A1CB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB4D

Black with #A1CB4D

Text Example


Text Example

White with #A1CB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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