Html Css Color HEX #ACD293 Feijoa

📋 copy color: '#ACD293'

red 172 ◦ green 210 ◦ blue 147

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

Shades of Feijoa #ACD293

Tints of Feijoa #ACD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 32.51%
G = 39.7%
B = 27.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#ACD293 (or 0xACD293) is known color: Feijoa. HEX triplet: AC, D2 and 93. RGB value is (172,210,147). Sum of RGB (Red+Green+Blue) = 172+210+147=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD293 is #532D6C. Grayscale: #BFBFBF. Windows color (decimal): -5451117 or 9687724. OLE color: 9687724.

HSL color Cylindrical-coordinate representation of color #ACD293: hue angle of 96.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD293 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 147 -
CMYK 0.18 0 0.30 0.18
HSL 96.19º 0.41% 0.7% -
HSV(B) 96.19º 0.3% 0.82% -
XYZ 45.33 56.97 36.21 -
YUV 191.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 172 210 147 0.18 0 0.30 0.18 96.19 0.41 0.7
Hex AC D2 93 12 0 1E 12 60 29 46
Octal 254 322 223 22 0 36 22 140 51 106
Binary 10101100 11010010 10010011 10010 0 11110 10010 1100000 101001 1000110

Color Harmonies of #ACD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD293

Black with #ACD293

Text Example


Text Example

White with #ACD293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD293; }

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

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

background-color css

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

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

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

border-color css

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

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

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