Html Css Color HEX #ACD773 Feijoa

📋 copy color: '#ACD773'

red 172 ◦ green 215 ◦ blue 115

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

Shades of Feijoa #ACD773

Tints of Feijoa #ACD773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 34.26%
G = 42.83%
B = 22.91%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#ACD773 (or 0xACD773) is known color: Feijoa. HEX triplet: AC, D7 and 73. RGB value is (172,215,115). Sum of RGB (Red+Green+Blue) = 172+215+115=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD773 is #53288C. Grayscale: #BFBFBF. Windows color (decimal): -5449869 or 7591852. OLE color: 7591852.

HSL color Cylindrical-coordinate representation of color #ACD773: hue angle of 85.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD773 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 115 -
CMYK 0.2 0 0.47 0.16
HSL 85.8º 0.56% 0.65% -
HSV(B) 85.8º 0.47% 0.84% -
XYZ 44.41 58.61 25.19 -
YUV 190.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 172 215 115 0.2 0 0.47 0.16 85.8 0.56 0.65
Hex AC D7 73 14 0 2F 10 56 38 41
Octal 254 327 163 24 0 57 20 126 70 101
Binary 10101100 11010111 1110011 10100 0 101111 10000 1010110 111000 1000001

Color Harmonies of #ACD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD773

Black with #ACD773

Text Example


Text Example

White with #ACD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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