Html Css Color HEX #ACD027 Bahia

📋 copy color: '#ACD027'

red 172 ◦ green 208 ◦ blue 39

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

Shades of Bahia #ACD027

Tints of Bahia #ACD027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.64%

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

R = 41.05%
G = 49.64%
B = 9.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ACD027 (or 0xACD027) is known color: Bahia. HEX triplet: AC, D0 and 27. RGB value is (172,208,39). Sum of RGB (Red+Green+Blue) = 172+208+39=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD027 is #532FD8. Grayscale: #B2B2B2. Windows color (decimal): -5451737 or 2609324. OLE color: 2609324.

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

Color convert

RGB 172 208 39 -
CMYK 0.17 0 0.81 0.18
HSL 72.78º 0.68% 0.48% -
HSV(B) 72.78º 0.81% 0.82% -
XYZ 39.94 54.03 10.24 -
YUV 177.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 172 208 39 0.17 0 0.81 0.18 72.78 0.68 0.48
Hex AC D0 27 11 0 51 12 49 44 30
Octal 254 320 47 21 0 121 22 111 104 60
Binary 10101100 11010000 100111 10001 0 1010001 10010 1001001 1000100 110000

Color Harmonies of #ACD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD027

Black with #ACD027

Text Example


Text Example

White with #ACD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD027; }

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

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

background-color css

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

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

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

border-color css

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

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

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