Html Css Color HEX #AACD10 Bahia

📋 copy color: '#AACD10'

red 170 ◦ green 205 ◦ blue 16

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

Shades of Bahia #AACD10

Tints of Bahia #AACD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.09%

R = 43.48%
G = 52.43%
B = 4.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#AACD10 (or 0xAACD10) is known color: Bahia. HEX triplet: AA, CD and 10. RGB value is (170,205,16). Sum of RGB (Red+Green+Blue) = 170+205+16=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACD10 is #5532EF. Grayscale: #ADADAD. Windows color (decimal): -5583600 or 1101226. OLE color: 1101226.

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

Color convert

RGB 170 205 16 -
CMYK 0.17 0 0.92 0.20
HSL 71.11º 0.86% 0.43% -
HSV(B) 71.11º 0.92% 0.8% -
XYZ 38.5 52.25 8.55 -
YUV 172.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 170 205 16 0.17 0 0.92 0.20 71.11 0.86 0.43
Hex AA CD 10 11 0 5C 14 47 56 2B
Octal 252 315 20 21 0 134 24 107 126 53
Binary 10101010 11001101 10000 10001 0 1011100 10100 1000111 1010110 101011

Color Harmonies of #AACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD10

Black with #AACD10

Text Example


Text Example

White with #AACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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