Html Css Color HEX #ACD227 Bahia

📋 copy color: '#ACD227'

red 172 ◦ green 210 ◦ blue 39

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

Shades of Bahia #ACD227

Tints of Bahia #ACD227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 40.86%
G = 49.88%
B = 9.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ACD227 (or 0xACD227) is known color: Bahia. HEX triplet: AC, D2 and 27. RGB value is (172,210,39). Sum of RGB (Red+Green+Blue) = 172+210+39=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD227 is #532DD8. Grayscale: #B3B3B3. Windows color (decimal): -5451225 or 2609836. OLE color: 2609836.

HSL color Cylindrical-coordinate representation of color #ACD227: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACD227 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 39 -
CMYK 0.18 0 0.81 0.18
HSL 73.33º 0.69% 0.49% -
HSV(B) 73.33º 0.81% 0.82% -
XYZ 40.43 55.01 10.41 -
YUV 179.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 172 210 39 0.18 0 0.81 0.18 73.33 0.69 0.49
Hex AC D2 27 12 0 51 12 49 45 31
Octal 254 322 47 22 0 121 22 111 105 61
Binary 10101100 11010010 100111 10010 0 1010001 10010 1001001 1000101 110001

Color Harmonies of #ACD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD227

Black with #ACD227

Text Example


Text Example

White with #ACD227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD227; }

 p { color: rgb(172,210,39); }

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

background-color css

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

 a { background-color: rgb(172,210,39); }

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

border-color css

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

 span { border-color: rgb(172,210,39); }

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