Html Css Color HEX #ACC224 Bahia

📋 copy color: '#ACC224'

red 172 ◦ green 194 ◦ blue 36

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

Shades of Bahia #ACC224

Tints of Bahia #ACC224

RGB

 RED value IS 172 (67.58% from 255) = 42.79%

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 36 (14.45% from 255) = 8.96%

R = 42.79%
G = 48.26%
B = 8.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ACC224 (or 0xACC224) is known color: Bahia. HEX triplet: AC, C2 and 24. RGB value is (172,194,36). Sum of RGB (Red+Green+Blue) = 172+194+36=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC224 is #533DDB. Grayscale: #AAAAAA. Windows color (decimal): -5455324 or 2409132. OLE color: 2409132.

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

Color convert

RGB 172 194 36 -
CMYK 0.11 0 0.81 0.24
HSL 68.35º 0.69% 0.45% -
HSV(B) 68.35º 0.81% 0.76% -
XYZ 36.62 47.48 8.9 -
YUV 169.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 172 194 36 0.11 0 0.81 0.24 68.35 0.69 0.45
Hex AC C2 24 B 0 51 18 44 45 2D
Octal 254 302 44 13 0 121 30 104 105 55
Binary 10101100 11000010 100100 1011 0 1010001 11000 1000100 1000101 101101

Color Harmonies of #ACC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC224

Black with #ACC224

Text Example


Text Example

White with #ACC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC224; }

 p { color: rgb(172,194,36); }

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

background-color css

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

 a { background-color: rgb(172,194,36); }

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

border-color css

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

 span { border-color: rgb(172,194,36); }

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