Html Css Color HEX #AAC83B Atlantis

📋 copy color: '#AAC83B'

red 170 ◦ green 200 ◦ blue 59

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

Shades of Atlantis #AAC83B

Tints of Atlantis #AAC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

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

R = 39.63%
G = 46.62%
B = 13.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#AAC83B (or 0xAAC83B) is known color: Atlantis. HEX triplet: AA, C8 and 3B. RGB value is (170,200,59). Sum of RGB (Red+Green+Blue) = 170+200+59=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC83B is #5537C4. Grayscale: #AFAFAF. Windows color (decimal): -5584837 or 3917994. OLE color: 3917994.

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

Color convert

RGB 170 200 59 -
CMYK 0.15 0 0.70 0.22
HSL 72.77º 0.56% 0.51% -
HSV(B) 72.77º 0.71% 0.78% -
XYZ 38.02 50.17 11.82 -
YUV 174.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 170 200 59 0.15 0 0.70 0.22 72.77 0.56 0.51
Hex AA C8 3B F 0 46 16 49 38 33
Octal 252 310 73 17 0 106 26 111 70 63
Binary 10101010 11001000 111011 1111 0 1000110 10110 1001001 111000 110011

Color Harmonies of #AAC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC83B

Black with #AAC83B

Text Example


Text Example

White with #AAC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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