Html Css Color HEX #ACC425 Bahia

📋 copy color: '#ACC425'

red 172 ◦ green 196 ◦ blue 37

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

Shades of Bahia #ACC425

Tints of Bahia #ACC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

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

R = 42.47%
G = 48.4%
B = 9.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ACC425 (or 0xACC425) is known color: Bahia. HEX triplet: AC, C4 and 25. RGB value is (172,196,37). Sum of RGB (Red+Green+Blue) = 172+196+37=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC425 is #533BDA. Grayscale: #ABABAB. Windows color (decimal): -5454811 or 2475180. OLE color: 2475180.

HSL color Cylindrical-coordinate representation of color #ACC425: hue angle of 69.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC425 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 37 -
CMYK 0.12 0 0.81 0.23
HSL 69.06º 0.68% 0.46% -
HSV(B) 69.06º 0.81% 0.77% -
XYZ 37.09 48.38 9.13 -
YUV 170.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 172 196 37 0.12 0 0.81 0.23 69.06 0.68 0.46
Hex AC C4 25 C 0 51 17 45 44 2E
Octal 254 304 45 14 0 121 27 105 104 56
Binary 10101100 11000100 100101 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ACC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC425

Black with #ACC425

Text Example


Text Example

White with #ACC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC425; }

 p { color: rgb(172,196,37); }

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

background-color css

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

 a { background-color: rgb(172,196,37); }

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

border-color css

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

 span { border-color: rgb(172,196,37); }

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