Html Css Color HEX #ACCD16 Bahia

📋 copy color: '#ACCD16'

red 172 ◦ green 205 ◦ blue 22

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

Shades of Bahia #ACCD16

Tints of Bahia #ACCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.38%

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

R = 43.11%
G = 51.38%
B = 5.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ACCD16 (or 0xACCD16) is known color: Bahia. HEX triplet: AC, CD and 16. RGB value is (172,205,22). Sum of RGB (Red+Green+Blue) = 172+205+22=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD16 is #5332E9. Grayscale: #AEAEAE. Windows color (decimal): -5452522 or 1494444. OLE color: 1494444.

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

Color convert

RGB 172 205 22 -
CMYK 0.16 0 0.89 0.20
HSL 70.82º 0.81% 0.45% -
HSV(B) 70.82º 0.89% 0.8% -
XYZ 38.99 52.49 8.84 -
YUV 174.27 42.07 126.38 -
System Red Green Blue C M Y K H S L
Decimal 172 205 22 0.16 0 0.89 0.20 70.82 0.81 0.45
Hex AC CD 16 10 0 59 14 47 51 2D
Octal 254 315 26 20 0 131 24 107 121 55
Binary 10101100 11001101 10110 10000 0 1011001 10100 1000111 1010001 101101

Color Harmonies of #ACCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD16

Black with #ACCD16

Text Example


Text Example

White with #ACCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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