Html Css Color HEX #AACD19 Bahia

📋 copy color: '#AACD19'

red 170 ◦ green 205 ◦ blue 25

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

Shades of Bahia #AACD19

Tints of Bahia #AACD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.25%

R = 42.5%
G = 51.25%
B = 6.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#AACD19 (or 0xAACD19) is known color: Bahia. HEX triplet: AA, CD and 19. RGB value is (170,205,25). Sum of RGB (Red+Green+Blue) = 170+205+25=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACD19 is #5532E6. Grayscale: #AEAEAE. Windows color (decimal): -5583591 or 1691050. OLE color: 1691050.

HSL color Cylindrical-coordinate representation of color #AACD19: hue angle of 71.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AACD19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 25 -
CMYK 0.17 0 0.88 0.20
HSL 71.67º 0.78% 0.45% -
HSV(B) 71.67º 0.88% 0.8% -
XYZ 38.58 52.28 8.98 -
YUV 174.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 170 205 25 0.17 0 0.88 0.20 71.67 0.78 0.45
Hex AA CD 19 11 0 58 14 48 4E 2D
Octal 252 315 31 21 0 130 24 110 116 55
Binary 10101010 11001101 11001 10001 0 1011000 10100 1001000 1001110 101101

Color Harmonies of #AACD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD19

Black with #AACD19

Text Example


Text Example

White with #AACD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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