Html Css Color HEX #A1CC43 Atlantis

📋 copy color: '#A1CC43'

red 161 ◦ green 204 ◦ blue 67

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

Shades of Atlantis #A1CC43

Tints of Atlantis #A1CC43

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 67 (26.56% from 255) = 15.51%

R = 37.27%
G = 47.22%
B = 15.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#A1CC43 (or 0xA1CC43) is known color: Atlantis. HEX triplet: A1, CC and 43. RGB value is (161,204,67). Sum of RGB (Red+Green+Blue) = 161+204+67=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC43 is #5E33BC. Grayscale: #B0B0B0. Windows color (decimal): -6173629 or 4443297. OLE color: 4443297.

HSL color Cylindrical-coordinate representation of color #A1CC43: hue angle of 78.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1CC43 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 67 -
CMYK 0.21 0 0.67 0.2
HSL 78.83º 0.57% 0.53% -
HSV(B) 78.83º 0.67% 0.8% -
XYZ 37.3 51.17 13.22 -
YUV 175.53 66.75 117.64 -
System Red Green Blue C M Y K H S L
Decimal 161 204 67 0.21 0 0.67 0.2 78.83 0.57 0.53
Hex A1 CC 43 15 0 43 14 4F 39 35
Octal 241 314 103 25 0 103 24 117 71 65
Binary 10100001 11001100 1000011 10101 0 1000011 10100 1001111 111001 110101

Color Harmonies of #A1CC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC43

Black with #A1CC43

Text Example


Text Example

White with #A1CC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC43; }

 p { color: rgb(161,204,67); }

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

background-color css

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

 a { background-color: rgb(161,204,67); }

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

border-color css

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

 span { border-color: rgb(161,204,67); }

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