Html Css Color HEX #ACCD2A Bahia

📋 copy color: '#ACCD2A'

red 172 ◦ green 205 ◦ blue 42

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

Shades of Bahia #ACCD2A

Tints of Bahia #ACCD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 41.05%
G = 48.93%
B = 10.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#ACCD2A (or 0xACCD2A) is known color: Bahia. HEX triplet: AC, CD and 2A. RGB value is (172,205,42). Sum of RGB (Red+Green+Blue) = 172+205+42=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD2A is #5332D5. Grayscale: #B1B1B1. Windows color (decimal): -5452502 or 2805164. OLE color: 2805164.

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

Color convert

RGB 172 205 42 -
CMYK 0.16 0 0.80 0.20
HSL 72.15º 0.66% 0.48% -
HSV(B) 72.15º 0.8% 0.8% -
XYZ 39.26 52.6 10.27 -
YUV 176.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 172 205 42 0.16 0 0.80 0.20 72.15 0.66 0.48
Hex AC CD 2A 10 0 50 14 48 42 30
Octal 254 315 52 20 0 120 24 110 102 60
Binary 10101100 11001101 101010 10000 0 1010000 10100 1001000 1000010 110000

Color Harmonies of #ACCD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD2A

Black with #ACCD2A

Text Example


Text Example

White with #ACCD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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