Html Css Color HEX #ACD01F Bahia

📋 copy color: '#ACD01F'

red 172 ◦ green 208 ◦ blue 31

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

Shades of Bahia #ACD01F

Tints of Bahia #ACD01F

RGB

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

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

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

R = 41.85%
G = 50.61%
B = 7.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ACD01F (or 0xACD01F) is known color: Bahia. HEX triplet: AC, D0 and 1F. RGB value is (172,208,31). Sum of RGB (Red+Green+Blue) = 172+208+31=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD01F is #532FE0. Grayscale: #B1B1B1. Windows color (decimal): -5451745 or 2085036. OLE color: 2085036.

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

Color convert

RGB 172 208 31 -
CMYK 0.17 0 0.85 0.18
HSL 72.2º 0.74% 0.47% -
HSV(B) 72.2º 0.85% 0.82% -
XYZ 39.82 53.98 9.62 -
YUV 177.06 45.57 124.39 -
System Red Green Blue C M Y K H S L
Decimal 172 208 31 0.17 0 0.85 0.18 72.2 0.74 0.47
Hex AC D0 1F 11 0 55 12 48 4A 2F
Octal 254 320 37 21 0 125 22 110 112 57
Binary 10101100 11010000 11111 10001 0 1010101 10010 1001000 1001010 101111

Color Harmonies of #ACD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD01F

Black with #ACD01F

Text Example


Text Example

White with #ACD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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