Html Css Color HEX #ACD21F Bahia

📋 copy color: '#ACD21F'

red 172 ◦ green 210 ◦ blue 31

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

Shades of Bahia #ACD21F

Tints of Bahia #ACD21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.85%

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

R = 41.65%
G = 50.85%
B = 7.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ACD21F (or 0xACD21F) is known color: Bahia. HEX triplet: AC, D2 and 1F. RGB value is (172,210,31). Sum of RGB (Red+Green+Blue) = 172+210+31=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD21F is #532DE0. Grayscale: #B2B2B2. Windows color (decimal): -5451233 or 2085548. OLE color: 2085548.

HSL color Cylindrical-coordinate representation of color #ACD21F: hue angle of 72.74º 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 #ACD21F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 31 -
CMYK 0.18 0 0.85 0.18
HSL 72.74º 0.74% 0.47% -
HSV(B) 72.74º 0.85% 0.82% -
XYZ 40.31 54.96 9.78 -
YUV 178.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 172 210 31 0.18 0 0.85 0.18 72.74 0.74 0.47
Hex AC D2 1F 12 0 55 12 49 4A 2F
Octal 254 322 37 22 0 125 22 111 112 57
Binary 10101100 11010010 11111 10010 0 1010101 10010 1001001 1001010 101111

Color Harmonies of #ACD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD21F

Black with #ACD21F

Text Example


Text Example

White with #ACD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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