Html Css Color HEX #AAD01C Bahia

📋 copy color: '#AAD01C'

red 170 ◦ green 208 ◦ blue 28

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

Shades of Bahia #AAD01C

Tints of Bahia #AAD01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 41.87%
G = 51.23%
B = 6.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#AAD01C (or 0xAAD01C) is known color: Bahia. HEX triplet: AA, D0 and 1C. RGB value is (170,208,28). Sum of RGB (Red+Green+Blue) = 170+208+28=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD01C is #552FE3. Grayscale: #B0B0B0. Windows color (decimal): -5582820 or 1888426. OLE color: 1888426.

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

Color convert

RGB 170 208 28 -
CMYK 0.18 0 0.87 0.18
HSL 72.67º 0.76% 0.46% -
HSV(B) 72.67º 0.87% 0.82% -
XYZ 39.34 53.74 9.4 -
YUV 176.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 170 208 28 0.18 0 0.87 0.18 72.67 0.76 0.46
Hex AA D0 1C 12 0 57 12 49 4C 2E
Octal 252 320 34 22 0 127 22 111 114 56
Binary 10101010 11010000 11100 10010 0 1010111 10010 1001001 1001100 101110

Color Harmonies of #AAD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD01C

Black with #AAD01C

Text Example


Text Example

White with #AAD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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