Html Css Color HEX #ACD493 Feijoa

📋 copy color: '#ACD493'

red 172 ◦ green 212 ◦ blue 147

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

Shades of Feijoa #ACD493

Tints of Feijoa #ACD493

RGB

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

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

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

R = 32.39%
G = 39.92%
B = 27.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#ACD493 (or 0xACD493) is known color: Feijoa. HEX triplet: AC, D4 and 93. RGB value is (172,212,147). Sum of RGB (Red+Green+Blue) = 172+212+147=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD493 is #532B6C. Grayscale: #C0C0C0. Windows color (decimal): -5450605 or 9688236. OLE color: 9688236.

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

Color convert

RGB 172 212 147 -
CMYK 0.19 0 0.31 0.17
HSL 96.92º 0.43% 0.7% -
HSV(B) 96.92º 0.31% 0.83% -
XYZ 45.82 57.96 36.38 -
YUV 192.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 172 212 147 0.19 0 0.31 0.17 96.92 0.43 0.7
Hex AC D4 93 13 0 1F 11 61 2B 46
Octal 254 324 223 23 0 37 21 141 53 106
Binary 10101100 11010100 10010011 10011 0 11111 10001 1100001 101011 1000110

Color Harmonies of #ACD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD493

Black with #ACD493

Text Example


Text Example

White with #ACD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD493; }

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

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

background-color css

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

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

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

border-color css

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

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

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