Html Css Color HEX #ACC125 Bahia

📋 copy color: '#ACC125'

red 172 ◦ green 193 ◦ blue 37

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

Shades of Bahia #ACC125

Tints of Bahia #ACC125

RGB

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

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

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

R = 42.79%
G = 48.01%
B = 9.2%

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

#ACC125 (or 0xACC125) is known color: Bahia. HEX triplet: AC, C1 and 25. RGB value is (172,193,37). Sum of RGB (Red+Green+Blue) = 172+193+37=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC125 is #533EDA. Grayscale: #A9A9A9. Windows color (decimal): -5455579 or 2474412. OLE color: 2474412.

HSL color Cylindrical-coordinate representation of color #ACC125: hue angle of 68.08º degrees, saturation: 0.68, 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 #ACC125 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 37 -
CMYK 0.11 0 0.81 0.24
HSL 68.08º 0.68% 0.45% -
HSV(B) 68.08º 0.81% 0.76% -
XYZ 36.42 47.04 8.91 -
YUV 168.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 172 193 37 0.11 0 0.81 0.24 68.08 0.68 0.45
Hex AC C1 25 B 0 51 18 44 44 2D
Octal 254 301 45 13 0 121 30 104 104 55
Binary 10101100 11000001 100101 1011 0 1010001 11000 1000100 1000100 101101

Color Harmonies of #ACC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC125

Black with #ACC125

Text Example


Text Example

White with #ACC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC125; }

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

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

background-color css

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

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

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

border-color css

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

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

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