Html Css Color HEX #AACC3B Atlantis

📋 copy color: '#AACC3B'

red 170 ◦ green 204 ◦ blue 59

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

Shades of Atlantis #AACC3B

Tints of Atlantis #AACC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 39.26%
G = 47.11%
B = 13.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#AACC3B (or 0xAACC3B) is known color: Atlantis. HEX triplet: AA, CC and 3B. RGB value is (170,204,59). Sum of RGB (Red+Green+Blue) = 170+204+59=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3B is #5533C4. Grayscale: #B1B1B1. Windows color (decimal): -5583813 or 3919018. OLE color: 3919018.

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

Color convert

RGB 170 204 59 -
CMYK 0.17 0 0.71 0.2
HSL 74.07º 0.59% 0.52% -
HSV(B) 74.07º 0.71% 0.8% -
XYZ 38.96 52.05 12.13 -
YUV 177.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 170 204 59 0.17 0 0.71 0.2 74.07 0.59 0.52
Hex AA CC 3B 11 0 47 14 4A 3B 34
Octal 252 314 73 21 0 107 24 112 73 64
Binary 10101010 11001100 111011 10001 0 1000111 10100 1001010 111011 110100

Color Harmonies of #AACC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC3B

Black with #AACC3B

Text Example


Text Example

White with #AACC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC3B; }

 p { color: rgb(170,204,59); }

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

background-color css

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

 a { background-color: rgb(170,204,59); }

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

border-color css

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

 span { border-color: rgb(170,204,59); }

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