Html Css Color HEX #ACCE16 Bahia

📋 copy color: '#ACCE16'

red 172 ◦ green 206 ◦ blue 22

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

Shades of Bahia #ACCE16

Tints of Bahia #ACCE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.5%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 43%
G = 51.5%
B = 5.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#ACCE16 (or 0xACCE16) is known color: Bahia. HEX triplet: AC, CE and 16. RGB value is (172,206,22). Sum of RGB (Red+Green+Blue) = 172+206+22=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE16 is #5331E9. Grayscale: #AFAFAF. Windows color (decimal): -5452266 or 1494700. OLE color: 1494700.

HSL color Cylindrical-coordinate representation of color #ACCE16: hue angle of 71.09º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCE16 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 22 -
CMYK 0.17 0 0.89 0.19
HSL 71.09º 0.81% 0.45% -
HSV(B) 71.09º 0.89% 0.81% -
XYZ 39.23 52.97 8.92 -
YUV 174.86 41.74 125.96 -
System Red Green Blue C M Y K H S L
Decimal 172 206 22 0.17 0 0.89 0.19 71.09 0.81 0.45
Hex AC CE 16 11 0 59 13 47 51 2D
Octal 254 316 26 21 0 131 23 107 121 55
Binary 10101100 11001110 10110 10001 0 1011001 10011 1000111 1010001 101101

Color Harmonies of #ACCE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE16

Black with #ACCE16

Text Example


Text Example

White with #ACCE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE16; }

 p { color: rgb(172,206,22); }

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

background-color css

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

 a { background-color: rgb(172,206,22); }

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

border-color css

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

 span { border-color: rgb(172,206,22); }

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