Html Css Color HEX #ACCD1A Bahia

📋 copy color: '#ACCD1A'

red 172 ◦ green 205 ◦ blue 26

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

Shades of Bahia #ACCD1A

Tints of Bahia #ACCD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 42.68%
G = 50.87%
B = 6.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ACCD1A (or 0xACCD1A) is known color: Bahia. HEX triplet: AC, CD and 1A. RGB value is (172,205,26). Sum of RGB (Red+Green+Blue) = 172+205+26=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD1A is #5332E5. Grayscale: #AFAFAF. Windows color (decimal): -5452518 or 1756588. OLE color: 1756588.

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

Color convert

RGB 172 205 26 -
CMYK 0.16 0 0.87 0.20
HSL 71.06º 0.77% 0.45% -
HSV(B) 71.06º 0.87% 0.8% -
XYZ 39.03 52.51 9.06 -
YUV 174.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 172 205 26 0.16 0 0.87 0.20 71.06 0.77 0.45
Hex AC CD 1A 10 0 57 14 47 4D 2D
Octal 254 315 32 20 0 127 24 107 115 55
Binary 10101100 11001101 11010 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ACCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD1A

Black with #ACCD1A

Text Example


Text Example

White with #ACCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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