Html Css Color HEX #ACD473 Feijoa

📋 copy color: '#ACD473'

red 172 ◦ green 212 ◦ blue 115

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

Shades of Feijoa #ACD473

Tints of Feijoa #ACD473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

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

R = 34.47%
G = 42.48%
B = 23.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#ACD473 (or 0xACD473) is known color: Feijoa. HEX triplet: AC, D4 and 73. RGB value is (172,212,115). Sum of RGB (Red+Green+Blue) = 172+212+115=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD473 is #532B8C. Grayscale: #BDBDBD. Windows color (decimal): -5450637 or 7591084. OLE color: 7591084.

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

Color convert

RGB 172 212 115 -
CMYK 0.19 0 0.46 0.17
HSL 84.74º 0.53% 0.64% -
HSV(B) 84.74º 0.46% 0.83% -
XYZ 43.65 57.1 24.94 -
YUV 188.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 172 212 115 0.19 0 0.46 0.17 84.74 0.53 0.64
Hex AC D4 73 13 0 2E 11 55 35 40
Octal 254 324 163 23 0 56 21 125 65 100
Binary 10101100 11010100 1110011 10011 0 101110 10001 1010101 110101 1000000

Color Harmonies of #ACD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD473

Black with #ACD473

Text Example


Text Example

White with #ACD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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