Html Css Color HEX #ACD01D Bahia

📋 copy color: '#ACD01D'

red 172 ◦ green 208 ◦ blue 29

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

Shades of Bahia #ACD01D

Tints of Bahia #ACD01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 42.05%
G = 50.86%
B = 7.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ACD01D (or 0xACD01D) is known color: Bahia. HEX triplet: AC, D0 and 1D. RGB value is (172,208,29). Sum of RGB (Red+Green+Blue) = 172+208+29=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD01D is #532FE2. Grayscale: #B1B1B1. Windows color (decimal): -5451747 or 1953964. OLE color: 1953964.

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

Color convert

RGB 172 208 29 -
CMYK 0.17 0 0.86 0.18
HSL 72.07º 0.76% 0.46% -
HSV(B) 72.07º 0.86% 0.82% -
XYZ 39.79 53.97 9.48 -
YUV 176.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 172 208 29 0.17 0 0.86 0.18 72.07 0.76 0.46
Hex AC D0 1D 11 0 56 12 48 4C 2E
Octal 254 320 35 21 0 126 22 110 114 56
Binary 10101100 11010000 11101 10001 0 1010110 10010 1001000 1001100 101110

Color Harmonies of #ACD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD01D

Black with #ACD01D

Text Example


Text Example

White with #ACD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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