Html Css Color HEX #AACC26 Bahia

📋 copy color: '#AACC26'

red 170 ◦ green 204 ◦ blue 38

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

Shades of Bahia #AACC26

Tints of Bahia #AACC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 41.26%
G = 49.51%
B = 9.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#AACC26 (or 0xAACC26) is known color: Bahia. HEX triplet: AA, CC and 26. RGB value is (170,204,38). Sum of RGB (Red+Green+Blue) = 170+204+38=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC26 is #5533D9. Grayscale: #AFAFAF. Windows color (decimal): -5583834 or 2542762. OLE color: 2542762.

HSL color Cylindrical-coordinate representation of color #AACC26: hue angle of 72.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AACC26 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 38 -
CMYK 0.17 0 0.81 0.2
HSL 72.29º 0.69% 0.47% -
HSV(B) 72.29º 0.81% 0.8% -
XYZ 38.52 51.87 9.82 -
YUV 174.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 170 204 38 0.17 0 0.81 0.2 72.29 0.69 0.47
Hex AA CC 26 11 0 51 14 48 45 2F
Octal 252 314 46 21 0 121 24 110 105 57
Binary 10101010 11001100 100110 10001 0 1010001 10100 1001000 1000101 101111

Color Harmonies of #AACC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC26

Black with #AACC26

Text Example


Text Example

White with #AACC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC26; }

 p { color: rgb(170,204,38); }

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

background-color css

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

 a { background-color: rgb(170,204,38); }

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

border-color css

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

 span { border-color: rgb(170,204,38); }

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