Html Css Color HEX #AAC123 Bahia

📋 copy color: '#AAC123'

red 170 ◦ green 193 ◦ blue 35

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

Shades of Bahia #AAC123

Tints of Bahia #AAC123

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

 BLUE value IS 35 (14.06% from 255) = 8.79%

R = 42.71%
G = 48.49%
B = 8.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AAC123 (or 0xAAC123) is known color: Bahia. HEX triplet: AA, C1 and 23. RGB value is (170,193,35). Sum of RGB (Red+Green+Blue) = 170+193+35=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC123 is #553EDC. Grayscale: #A8A8A8. Windows color (decimal): -5586653 or 2343338. OLE color: 2343338.

HSL color Cylindrical-coordinate representation of color #AAC123: hue angle of 68.73º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAC123 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 35 -
CMYK 0.12 0 0.82 0.24
HSL 68.73º 0.69% 0.45% -
HSV(B) 68.73º 0.82% 0.76% -
XYZ 35.95 46.81 8.73 -
YUV 168.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 170 193 35 0.12 0 0.82 0.24 68.73 0.69 0.45
Hex AA C1 23 C 0 52 18 45 45 2D
Octal 252 301 43 14 0 122 30 105 105 55
Binary 10101010 11000001 100011 1100 0 1010010 11000 1000101 1000101 101101

Color Harmonies of #AAC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC123

Black with #AAC123

Text Example


Text Example

White with #AAC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC123; }

 p { color: rgb(170,193,35); }

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

background-color css

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

 a { background-color: rgb(170,193,35); }

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

border-color css

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

 span { border-color: rgb(170,193,35); }

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