Html Css Color HEX #AACC25 Bahia

📋 copy color: '#AACC25'

red 170 ◦ green 204 ◦ blue 37

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

Shades of Bahia #AACC25

Tints of Bahia #AACC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9%

R = 41.36%
G = 49.64%
B = 9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#AACC25 (or 0xAACC25) is known color: Bahia. HEX triplet: AA, CC and 25. RGB value is (170,204,37). Sum of RGB (Red+Green+Blue) = 170+204+37=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC25 is #5533DA. Grayscale: #AFAFAF. Windows color (decimal): -5583835 or 2477226. OLE color: 2477226.

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

Color convert

RGB 170 204 37 -
CMYK 0.17 0 0.82 0.2
HSL 72.22º 0.69% 0.47% -
HSV(B) 72.22º 0.82% 0.8% -
XYZ 38.5 51.87 9.73 -
YUV 174.8 50.24 124.58 -
System Red Green Blue C M Y K H S L
Decimal 170 204 37 0.17 0 0.82 0.2 72.22 0.69 0.47
Hex AA CC 25 11 0 52 14 48 45 2F
Octal 252 314 45 21 0 122 24 110 105 57
Binary 10101010 11001100 100101 10001 0 1010010 10100 1001000 1000101 101111

Color Harmonies of #AACC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC25

Black with #AACC25

Text Example


Text Example

White with #AACC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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