Html Css Color HEX #ACD31F Bahia

📋 copy color: '#ACD31F'

red 172 ◦ green 211 ◦ blue 31

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

Shades of Bahia #ACD31F

Tints of Bahia #ACD31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.97%

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 41.55%
G = 50.97%
B = 7.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#ACD31F (or 0xACD31F) is known color: Bahia. HEX triplet: AC, D3 and 1F. RGB value is (172,211,31). Sum of RGB (Red+Green+Blue) = 172+211+31=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD31F is #532CE0. Grayscale: #B3B3B3. Windows color (decimal): -5450977 or 2085804. OLE color: 2085804.

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

Color convert

RGB 172 211 31 -
CMYK 0.18 0 0.85 0.17
HSL 73º 0.74% 0.47% -
HSV(B) 73º 0.85% 0.83% -
XYZ 40.55 55.46 9.86 -
YUV 178.82 44.58 123.14 -
System Red Green Blue C M Y K H S L
Decimal 172 211 31 0.18 0 0.85 0.17 73 0.74 0.47
Hex AC D3 1F 12 0 55 11 49 4A 2F
Octal 254 323 37 22 0 125 21 111 112 57
Binary 10101100 11010011 11111 10010 0 1010101 10001 1001001 1001010 101111

Color Harmonies of #ACD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD31F

Black with #ACD31F

Text Example


Text Example

White with #ACD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD31F; }

 p { color: rgb(172,211,31); }

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

background-color css

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

 a { background-color: rgb(172,211,31); }

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

border-color css

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

 span { border-color: rgb(172,211,31); }

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