Html Css Color HEX #AAD014 Bahia

📋 copy color: '#AAD014'

red 170 ◦ green 208 ◦ blue 20

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

Shades of Bahia #AAD014

Tints of Bahia #AAD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.26%

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

R = 42.71%
G = 52.26%
B = 5.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#AAD014 (or 0xAAD014) is known color: Bahia. HEX triplet: AA, D0 and 14. RGB value is (170,208,20). Sum of RGB (Red+Green+Blue) = 170+208+20=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD014 is #552FEB. Grayscale: #AFAFAF. Windows color (decimal): -5582828 or 1364138. OLE color: 1364138.

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

Color convert

RGB 170 208 20 -
CMYK 0.18 0 0.90 0.18
HSL 72.13º 0.82% 0.45% -
HSV(B) 72.13º 0.9% 0.82% -
XYZ 39.26 53.71 8.96 -
YUV 175.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 170 208 20 0.18 0 0.90 0.18 72.13 0.82 0.45
Hex AA D0 14 12 0 5A 12 48 52 2D
Octal 252 320 24 22 0 132 22 110 122 55
Binary 10101010 11010000 10100 10010 0 1011010 10010 1001000 1010010 101101

Color Harmonies of #AAD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD014

Black with #AAD014

Text Example


Text Example

White with #AAD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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