Html Css Color HEX #ACD693 Feijoa

📋 copy color: '#ACD693'

red 172 ◦ green 214 ◦ blue 147

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

Shades of Feijoa #ACD693

Tints of Feijoa #ACD693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 147 (57.81% from 255) = 27.58%

R = 32.27%
G = 40.15%
B = 27.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#ACD693 (or 0xACD693) is known color: Feijoa. HEX triplet: AC, D6 and 93. RGB value is (172,214,147). Sum of RGB (Red+Green+Blue) = 172+214+147=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD693 is #53296C. Grayscale: #C2C2C2. Windows color (decimal): -5450093 or 9688748. OLE color: 9688748.

HSL color Cylindrical-coordinate representation of color #ACD693: hue angle of 97.61º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD693 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 147 -
CMYK 0.20 0 0.31 0.16
HSL 97.61º 0.45% 0.71% -
HSV(B) 97.61º 0.31% 0.84% -
XYZ 46.33 58.97 36.54 -
YUV 193.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 172 214 147 0.20 0 0.31 0.16 97.61 0.45 0.71
Hex AC D6 93 14 0 1F 10 62 2D 47
Octal 254 326 223 24 0 37 20 142 55 107
Binary 10101100 11010110 10010011 10100 0 11111 10000 1100010 101101 1000111

Color Harmonies of #ACD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD693

Black with #ACD693

Text Example


Text Example

White with #ACD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD693; }

 p { color: rgb(172,214,147); }

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

background-color css

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

 a { background-color: rgb(172,214,147); }

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

border-color css

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

 span { border-color: rgb(172,214,147); }

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