Html Css Color HEX #ACDA73 Feijoa

📋 copy color: '#ACDA73'

red 172 ◦ green 218 ◦ blue 115

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

Shades of Feijoa #ACDA73

Tints of Feijoa #ACDA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

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

R = 34.06%
G = 43.17%
B = 22.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#ACDA73 (or 0xACDA73) is known color: Feijoa. HEX triplet: AC, DA and 73. RGB value is (172,218,115). Sum of RGB (Red+Green+Blue) = 172+218+115=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA73 is #53258C. Grayscale: #C0C0C0. Windows color (decimal): -5449101 or 7592620. OLE color: 7592620.

HSL color Cylindrical-coordinate representation of color #ACDA73: hue angle of 86.8º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACDA73 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 115 -
CMYK 0.21 0 0.47 0.15
HSL 86.8º 0.58% 0.65% -
HSV(B) 86.8º 0.47% 0.85% -
XYZ 45.18 60.15 25.45 -
YUV 192.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 172 218 115 0.21 0 0.47 0.15 86.8 0.58 0.65
Hex AC DA 73 15 0 2F F 57 3A 41
Octal 254 332 163 25 0 57 17 127 72 101
Binary 10101100 11011010 1110011 10101 0 101111 1111 1010111 111010 1000001

Color Harmonies of #ACDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA73

Black with #ACDA73

Text Example


Text Example

White with #ACDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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