Html Css Color HEX #AACD3A Atlantis

📋 copy color: '#AACD3A'

red 170 ◦ green 205 ◦ blue 58

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

Shades of Atlantis #AACD3A

Tints of Atlantis #AACD3A

RGB

 RED value IS 170 (66.8% from 255) = 39.26%

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

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 39.26%
G = 47.34%
B = 13.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#AACD3A (or 0xAACD3A) is known color: Atlantis. HEX triplet: AA, CD and 3A. RGB value is (170,205,58). Sum of RGB (Red+Green+Blue) = 170+205+58=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD3A is #5532C5. Grayscale: #B2B2B2. Windows color (decimal): -5583558 or 3853738. OLE color: 3853738.

HSL color Cylindrical-coordinate representation of color #AACD3A: hue angle of 74.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AACD3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 58 -
CMYK 0.17 0 0.72 0.20
HSL 74.29º 0.6% 0.52% -
HSV(B) 74.29º 0.72% 0.8% -
XYZ 39.17 52.51 12.07 -
YUV 177.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 170 205 58 0.17 0 0.72 0.20 74.29 0.6 0.52
Hex AA CD 3A 11 0 48 14 4A 3C 34
Octal 252 315 72 21 0 110 24 112 74 64
Binary 10101010 11001101 111010 10001 0 1001000 10100 1001010 111100 110100

Color Harmonies of #AACD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD3A

Black with #AACD3A

Text Example


Text Example

White with #AACD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD3A; }

 p { color: rgb(170,205,58); }

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

background-color css

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

 a { background-color: rgb(170,205,58); }

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

border-color css

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

 span { border-color: rgb(170,205,58); }

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