Html Css Color HEX #AAC738 Atlantis

📋 copy color: '#AAC738'

red 170 ◦ green 199 ◦ blue 56

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

Shades of Atlantis #AAC738

Tints of Atlantis #AAC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.82%

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 40%
G = 46.82%
B = 13.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#AAC738 (or 0xAAC738) is known color: Atlantis. HEX triplet: AA, C7 and 38. RGB value is (170,199,56). Sum of RGB (Red+Green+Blue) = 170+199+56=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC738 is #5538C7. Grayscale: #AEAEAE. Windows color (decimal): -5585096 or 3721130. OLE color: 3721130.

HSL color Cylindrical-coordinate representation of color #AAC738: hue angle of 72.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAC738 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 56 -
CMYK 0.15 0 0.72 0.22
HSL 72.17º 0.56% 0.5% -
HSV(B) 72.17º 0.72% 0.78% -
XYZ 37.71 49.68 11.34 -
YUV 174.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 170 199 56 0.15 0 0.72 0.22 72.17 0.56 0.5
Hex AA C7 38 F 0 48 16 48 38 32
Octal 252 307 70 17 0 110 26 110 70 62
Binary 10101010 11000111 111000 1111 0 1001000 10110 1001000 111000 110010

Color Harmonies of #AAC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC738

Black with #AAC738

Text Example


Text Example

White with #AAC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC738; }

 p { color: rgb(170,199,56); }

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

background-color css

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

 a { background-color: rgb(170,199,56); }

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

border-color css

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

 span { border-color: rgb(170,199,56); }

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