Html Css Color HEX #ACD425 Bahia

📋 copy color: '#ACD425'

red 172 ◦ green 212 ◦ blue 37

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

Shades of Bahia #ACD425

Tints of Bahia #ACD425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

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

R = 40.86%
G = 50.36%
B = 8.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#ACD425 (or 0xACD425) is known color: Bahia. HEX triplet: AC, D4 and 25. RGB value is (172,212,37). Sum of RGB (Red+Green+Blue) = 172+212+37=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD425 is #532BDA. Grayscale: #B4B4B4. Windows color (decimal): -5450715 or 2479276. OLE color: 2479276.

HSL color Cylindrical-coordinate representation of color #ACD425: hue angle of 73.71º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACD425 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 37 -
CMYK 0.19 0 0.83 0.17
HSL 73.71º 0.7% 0.49% -
HSV(B) 73.71º 0.83% 0.83% -
XYZ 40.89 55.99 10.4 -
YUV 180.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 172 212 37 0.19 0 0.83 0.17 73.71 0.7 0.49
Hex AC D4 25 13 0 53 11 4A 46 31
Octal 254 324 45 23 0 123 21 112 106 61
Binary 10101100 11010100 100101 10011 0 1010011 10001 1001010 1000110 110001

Color Harmonies of #ACD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD425

Black with #ACD425

Text Example


Text Example

White with #ACD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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