Html Css Color HEX #AAD11F Bahia

📋 copy color: '#AAD11F'

red 170 ◦ green 209 ◦ blue 31

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

Shades of Bahia #AAD11F

Tints of Bahia #AAD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.98%

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 41.46%
G = 50.98%
B = 7.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#AAD11F (or 0xAAD11F) is known color: Bahia. HEX triplet: AA, D1 and 1F. RGB value is (170,209,31). Sum of RGB (Red+Green+Blue) = 170+209+31=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD11F is #552EE0. Grayscale: #B1B1B1. Windows color (decimal): -5582561 or 2085290. OLE color: 2085290.

HSL color Cylindrical-coordinate representation of color #AAD11F: hue angle of 73.15º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD11F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 31 -
CMYK 0.19 0 0.85 0.18
HSL 73.15º 0.74% 0.47% -
HSV(B) 73.15º 0.85% 0.82% -
XYZ 39.63 54.25 9.68 -
YUV 177.05 45.58 122.97 -
System Red Green Blue C M Y K H S L
Decimal 170 209 31 0.19 0 0.85 0.18 73.15 0.74 0.47
Hex AA D1 1F 13 0 55 12 49 4A 2F
Octal 252 321 37 23 0 125 22 111 112 57
Binary 10101010 11010001 11111 10011 0 1010101 10010 1001001 1001010 101111

Color Harmonies of #AAD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD11F

Black with #AAD11F

Text Example


Text Example

White with #AAD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD11F; }

 p { color: rgb(170,209,31); }

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

background-color css

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

 a { background-color: rgb(170,209,31); }

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

border-color css

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

 span { border-color: rgb(170,209,31); }

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