Html Css Color HEX #A1CD4A Atlantis

📋 copy color: '#A1CD4A'

red 161 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #A1CD4A

Tints of Atlantis #A1CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 36.59%
G = 46.59%
B = 16.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A1CD4A (or 0xA1CD4A) is known color: Atlantis. HEX triplet: A1, CD and 4A. RGB value is (161,205,74). Sum of RGB (Red+Green+Blue) = 161+205+74=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD4A is #5E32B5. Grayscale: #B1B1B1. Windows color (decimal): -6173366 or 4902305. OLE color: 4902305.

HSL color Cylindrical-coordinate representation of color #A1CD4A: hue angle of 80.15º degrees, saturation: 0.57, 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 #A1CD4A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 74 -
CMYK 0.21 0 0.64 0.20
HSL 80.15º 0.57% 0.55% -
HSV(B) 80.15º 0.64% 0.8% -
XYZ 37.77 51.73 14.47 -
YUV 176.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 161 205 74 0.21 0 0.64 0.20 80.15 0.57 0.55
Hex A1 CD 4A 15 0 40 14 50 39 37
Octal 241 315 112 25 0 100 24 120 71 67
Binary 10100001 11001101 1001010 10101 0 1000000 10100 1010000 111001 110111

Color Harmonies of #A1CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD4A

Black with #A1CD4A

Text Example


Text Example

White with #A1CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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