Html Css Color HEX #ACD573 Feijoa

📋 copy color: '#ACD573'

red 172 ◦ green 213 ◦ blue 115

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

Shades of Feijoa #ACD573

Tints of Feijoa #ACD573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.6%

 BLUE value IS 115 (45.31% from 255) = 23%

R = 34.4%
G = 42.6%
B = 23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#ACD573 (or 0xACD573) is known color: Feijoa. HEX triplet: AC, D5 and 73. RGB value is (172,213,115). Sum of RGB (Red+Green+Blue) = 172+213+115=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD573 is #532A8C. Grayscale: #BDBDBD. Windows color (decimal): -5450381 or 7591340. OLE color: 7591340.

HSL color Cylindrical-coordinate representation of color #ACD573: hue angle of 85.1º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD573 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 115 -
CMYK 0.19 0 0.46 0.16
HSL 85.1º 0.54% 0.64% -
HSV(B) 85.1º 0.46% 0.84% -
XYZ 43.9 57.6 25.02 -
YUV 189.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 172 213 115 0.19 0 0.46 0.16 85.1 0.54 0.64
Hex AC D5 73 13 0 2E 10 55 36 40
Octal 254 325 163 23 0 56 20 125 66 100
Binary 10101100 11010101 1110011 10011 0 101110 10000 1010101 110110 1000000

Color Harmonies of #ACD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD573

Black with #ACD573

Text Example


Text Example

White with #ACD573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD573; }

 p { color: rgb(172,213,115); }

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

background-color css

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

 a { background-color: rgb(172,213,115); }

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

border-color css

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

 span { border-color: rgb(172,213,115); }

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