Html Css Color HEX #AACF20 Bahia

📋 copy color: '#AACF20'

red 170 ◦ green 207 ◦ blue 32

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

Shades of Bahia #AACF20

Tints of Bahia #AACF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.61%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 41.56%
G = 50.61%
B = 7.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#AACF20 (or 0xAACF20) is known color: Bahia. HEX triplet: AA, CF and 20. RGB value is (170,207,32). Sum of RGB (Red+Green+Blue) = 170+207+32=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF20 is #5530DF. Grayscale: #B0B0B0. Windows color (decimal): -5583072 or 2150314. OLE color: 2150314.

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

Color convert

RGB 170 207 32 -
CMYK 0.18 0 0.85 0.19
HSL 72.69º 0.73% 0.47% -
HSV(B) 72.69º 0.85% 0.81% -
XYZ 39.15 53.28 9.59 -
YUV 175.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 170 207 32 0.18 0 0.85 0.19 72.69 0.73 0.47
Hex AA CF 20 12 0 55 13 49 49 2F
Octal 252 317 40 22 0 125 23 111 111 57
Binary 10101010 11001111 100000 10010 0 1010101 10011 1001001 1001001 101111

Color Harmonies of #AACF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF20

Black with #AACF20

Text Example


Text Example

White with #AACF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF20; }

 p { color: rgb(170,207,32); }

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

background-color css

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

 a { background-color: rgb(170,207,32); }

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

border-color css

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

 span { border-color: rgb(170,207,32); }

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