Html Css Color HEX #ACCD15 Bahia

📋 copy color: '#ACCD15'

red 172 ◦ green 205 ◦ blue 21

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

Shades of Bahia #ACCD15

Tints of Bahia #ACCD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 43.22%
G = 51.51%
B = 5.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#ACCD15 (or 0xACCD15) is known color: Bahia. HEX triplet: AC, CD and 15. RGB value is (172,205,21). Sum of RGB (Red+Green+Blue) = 172+205+21=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD15 is #5332EA. Grayscale: #AEAEAE. Windows color (decimal): -5452523 or 1428908. OLE color: 1428908.

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

Color convert

RGB 172 205 21 -
CMYK 0.16 0 0.90 0.20
HSL 70.76º 0.81% 0.44% -
HSV(B) 70.76º 0.9% 0.8% -
XYZ 38.98 52.49 8.79 -
YUV 174.16 41.57 126.46 -
System Red Green Blue C M Y K H S L
Decimal 172 205 21 0.16 0 0.90 0.20 70.76 0.81 0.44
Hex AC CD 15 10 0 5A 14 47 51 2C
Octal 254 315 25 20 0 132 24 107 121 54
Binary 10101100 11001101 10101 10000 0 1011010 10100 1000111 1010001 101100

Color Harmonies of #ACCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD15

Black with #ACCD15

Text Example


Text Example

White with #ACCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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