Html Css Color HEX #AACD1A Bahia

📋 copy color: '#AACD1A'

red 170 ◦ green 205 ◦ blue 26

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

Shades of Bahia #AACD1A

Tints of Bahia #AACD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 42.39%
G = 51.12%
B = 6.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#AACD1A (or 0xAACD1A) is known color: Bahia. HEX triplet: AA, CD and 1A. RGB value is (170,205,26). Sum of RGB (Red+Green+Blue) = 170+205+26=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD1A is #5532E5. Grayscale: #AEAEAE. Windows color (decimal): -5583590 or 1756586. OLE color: 1756586.

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

Color convert

RGB 170 205 26 -
CMYK 0.17 0 0.87 0.20
HSL 71.73º 0.77% 0.45% -
HSV(B) 71.73º 0.87% 0.8% -
XYZ 38.6 52.28 9.03 -
YUV 174.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 170 205 26 0.17 0 0.87 0.20 71.73 0.77 0.45
Hex AA CD 1A 11 0 57 14 48 4D 2D
Octal 252 315 32 21 0 127 24 110 115 55
Binary 10101010 11001101 11010 10001 0 1010111 10100 1001000 1001101 101101

Color Harmonies of #AACD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD1A

Black with #AACD1A

Text Example


Text Example

White with #AACD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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