Html Css Color HEX #ACD022 Bahia

📋 copy color: '#ACD022'

red 172 ◦ green 208 ◦ blue 34

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

Shades of Bahia #ACD022

Tints of Bahia #ACD022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 41.55%
G = 50.24%
B = 8.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#ACD022 (or 0xACD022) is known color: Bahia. HEX triplet: AC, D0 and 22. RGB value is (172,208,34). Sum of RGB (Red+Green+Blue) = 172+208+34=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD022 is #532FDD. Grayscale: #B2B2B2. Windows color (decimal): -5451742 or 2281644. OLE color: 2281644.

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

Color convert

RGB 172 208 34 -
CMYK 0.17 0 0.84 0.18
HSL 72.41º 0.72% 0.47% -
HSV(B) 72.41º 0.84% 0.82% -
XYZ 39.86 54 9.84 -
YUV 177.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 172 208 34 0.17 0 0.84 0.18 72.41 0.72 0.47
Hex AC D0 22 11 0 54 12 48 48 2F
Octal 254 320 42 21 0 124 22 110 110 57
Binary 10101100 11010000 100010 10001 0 1010100 10010 1001000 1001000 101111

Color Harmonies of #ACD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD022

Black with #ACD022

Text Example


Text Example

White with #ACD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD022; }

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

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

background-color css

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

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

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

border-color css

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

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

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