Html Css Color HEX #A1CC4A Atlantis

📋 copy color: '#A1CC4A'

red 161 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #A1CC4A

Tints of Atlantis #A1CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 36.67%
G = 46.47%
B = 16.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A1CC4A (or 0xA1CC4A) is known color: Atlantis. HEX triplet: A1, CC and 4A. RGB value is (161,204,74). Sum of RGB (Red+Green+Blue) = 161+204+74=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC4A is #5E33B5. Grayscale: #B0B0B0. Windows color (decimal): -6173622 or 4902049. OLE color: 4902049.

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

Color convert

RGB 161 204 74 -
CMYK 0.21 0 0.64 0.2
HSL 79.85º 0.56% 0.55% -
HSV(B) 79.85º 0.64% 0.8% -
XYZ 37.53 51.26 14.39 -
YUV 176.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 161 204 74 0.21 0 0.64 0.2 79.85 0.56 0.55
Hex A1 CC 4A 15 0 40 14 50 38 37
Octal 241 314 112 25 0 100 24 120 70 67
Binary 10100001 11001100 1001010 10101 0 1000000 10100 1010000 111000 110111

Color Harmonies of #A1CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC4A

Black with #A1CC4A

Text Example


Text Example

White with #A1CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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