Html Css Color HEX #AACD1E Bahia

📋 copy color: '#AACD1E'

red 170 ◦ green 205 ◦ blue 30

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

Shades of Bahia #AACD1E

Tints of Bahia #AACD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.41%

R = 41.98%
G = 50.62%
B = 7.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#AACD1E (or 0xAACD1E) is known color: Bahia. HEX triplet: AA, CD and 1E. RGB value is (170,205,30). Sum of RGB (Red+Green+Blue) = 170+205+30=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD1E is #5532E1. Grayscale: #AFAFAF. Windows color (decimal): -5583586 or 2018730. OLE color: 2018730.

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

Color convert

RGB 170 205 30 -
CMYK 0.17 0 0.85 0.20
HSL 72º 0.74% 0.46% -
HSV(B) 72º 0.85% 0.8% -
XYZ 38.64 52.3 9.29 -
YUV 174.59 46.4 124.73 -
System Red Green Blue C M Y K H S L
Decimal 170 205 30 0.17 0 0.85 0.20 72 0.74 0.46
Hex AA CD 1E 11 0 55 14 48 4A 2E
Octal 252 315 36 21 0 125 24 110 112 56
Binary 10101010 11001101 11110 10001 0 1010101 10100 1001000 1001010 101110

Color Harmonies of #AACD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD1E

Black with #AACD1E

Text Example


Text Example

White with #AACD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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