Html Css Color HEX #A1BC41 Atlantis

📋 copy color: '#A1BC41'

red 161 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #A1BC41

Tints of Atlantis #A1BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 38.89%
G = 45.41%
B = 15.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#A1BC41 (or 0xA1BC41) is known color: Atlantis. HEX triplet: A1, BC and 41. RGB value is (161,188,65). Sum of RGB (Red+Green+Blue) = 161+188+65=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC41 is #5E43BE. Grayscale: #A6A6A6. Windows color (decimal): -6177727 or 4308129. OLE color: 4308129.

HSL color Cylindrical-coordinate representation of color #A1BC41: hue angle of 73.17º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1BC41 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 65 -
CMYK 0.14 0 0.65 0.26
HSL 73.17º 0.49% 0.5% -
HSV(B) 73.17º 0.65% 0.74% -
XYZ 33.64 43.93 11.71 -
YUV 165.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 161 188 65 0.14 0 0.65 0.26 73.17 0.49 0.5
Hex A1 BC 41 E 0 41 1A 49 31 32
Octal 241 274 101 16 0 101 32 111 61 62
Binary 10100001 10111100 1000001 1110 0 1000001 11010 1001001 110001 110010

Color Harmonies of #A1BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC41

Black with #A1BC41

Text Example


Text Example

White with #A1BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC41; }

 p { color: rgb(161,188,65); }

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

background-color css

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

 a { background-color: rgb(161,188,65); }

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

border-color css

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

 span { border-color: rgb(161,188,65); }

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