Html Css Color HEX #AACD14 Bahia

📋 copy color: '#AACD14'

red 170 ◦ green 205 ◦ blue 20

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

Shades of Bahia #AACD14

Tints of Bahia #AACD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 43.04%
G = 51.9%
B = 5.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#AACD14 (or 0xAACD14) is known color: Bahia. HEX triplet: AA, CD and 14. RGB value is (170,205,20). Sum of RGB (Red+Green+Blue) = 170+205+20=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACD14 is #5532EB. Grayscale: #AEAEAE. Windows color (decimal): -5583596 or 1363370. OLE color: 1363370.

HSL color Cylindrical-coordinate representation of color #AACD14: hue angle of 71.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AACD14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 20 -
CMYK 0.17 0 0.90 0.20
HSL 71.35º 0.82% 0.44% -
HSV(B) 71.35º 0.9% 0.8% -
XYZ 38.54 52.26 8.72 -
YUV 173.45 41.4 125.54 -
System Red Green Blue C M Y K H S L
Decimal 170 205 20 0.17 0 0.90 0.20 71.35 0.82 0.44
Hex AA CD 14 11 0 5A 14 47 52 2C
Octal 252 315 24 21 0 132 24 107 122 54
Binary 10101010 11001101 10100 10001 0 1011010 10100 1000111 1010010 101100

Color Harmonies of #AACD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD14

Black with #AACD14

Text Example


Text Example

White with #AACD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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